Html Css Color HEX #ACCF3C Atlantis

📋 copy color: '#ACCF3C'

red 172 ◦ green 207 ◦ blue 60

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

Shades of Atlantis #ACCF3C

Tints of Atlantis #ACCF3C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.15%

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

R = 39.18%
G = 47.15%
B = 13.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#ACCF3C (or 0xACCF3C) is known color: Atlantis. HEX triplet: AC, CF and 3C. RGB value is (172,207,60). Sum of RGB (Red+Green+Blue) = 172+207+60=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF3C is #5330C3. Grayscale: #B4B4B4. Windows color (decimal): -5451972 or 3985324. OLE color: 3985324.

HSL color Cylindrical-coordinate representation of color #ACCF3C: hue angle of 74.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACCF3C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 60 -
CMYK 0.17 0 0.71 0.19
HSL 74.29º 0.6% 0.52% -
HSV(B) 74.29º 0.71% 0.81% -
XYZ 40.14 53.72 12.53 -
YUV 179.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 172 207 60 0.17 0 0.71 0.19 74.29 0.6 0.52
Hex AC CF 3C 11 0 47 13 4A 3C 34
Octal 254 317 74 21 0 107 23 112 74 64
Binary 10101100 11001111 111100 10001 0 1000111 10011 1001010 111100 110100

Color Harmonies of #ACCF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF3C

Black with #ACCF3C

Text Example


Text Example

White with #ACCF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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