Html Css Color HEX #ACCB3C Atlantis

📋 copy color: '#ACCB3C'

red 172 ◦ green 203 ◦ blue 60

#ACCB3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #ACCB3C

Tints of Atlantis #ACCB3C

RGB

 RED value IS 172 (67.58% from 255) = 39.54%

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 60 (23.83% from 255) = 13.79%

R = 39.54%
G = 46.67%
B = 13.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACCB3C (or 0xACCB3C) is known color: Atlantis. HEX triplet: AC, CB and 3C. RGB value is (172,203,60). Sum of RGB (Red+Green+Blue) = 172+203+60=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB3C is #5334C3. Grayscale: #B1B1B1. Windows color (decimal): -5452996 or 3984300. OLE color: 3984300.

HSL color Cylindrical-coordinate representation of color #ACCB3C: hue angle of 73.01º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACCB3C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 60 -
CMYK 0.15 0 0.70 0.20
HSL 73.01º 0.58% 0.52% -
HSV(B) 73.01º 0.7% 0.8% -
XYZ 39.18 51.81 12.21 -
YUV 177.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 172 203 60 0.15 0 0.70 0.20 73.01 0.58 0.52
Hex AC CB 3C F 0 46 14 49 3A 34
Octal 254 313 74 17 0 106 24 111 72 64
Binary 10101100 11001011 111100 1111 0 1000110 10100 1001001 111010 110100

Color Harmonies of #ACCB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB3C

Black with #ACCB3C

Text Example


Text Example

White with #ACCB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB3C; }

 p { color: rgb(172,203,60); }

 H1.HeaderClassName
 {
   color: #ACCB3C;
 }
 .AnyTagClassName
 {
   color: #ACCB3C;
 }
</style>

background-color css

<style>
 a { background-color: #ACCB3C; }

 a { background-color: rgb(172,203,60); }

 div.DivClassName
 {
   background-color: #ACCB3C;
 }
 .BgClassName
 {
   background-color: #ACCB3C;
 }
</style>

border-color css

<style>
 span { border-color: #ACCB3C; }

 span { border-color: rgb(172,203,60); }

 td.TdClassName
 {
   border-color: #ACCB3C;
 }
 .TagClassName
 {
   border-color: #ACCB3C;
 }
</style>