Html Css Color HEX #ACCE40 Atlantis

📋 copy color: '#ACCE40'

red 172 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #ACCE40

Tints of Atlantis #ACCE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 38.91%
G = 46.61%
B = 14.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#ACCE40 (or 0xACCE40) is known color: Atlantis. HEX triplet: AC, CE and 40. RGB value is (172,206,64). Sum of RGB (Red+Green+Blue) = 172+206+64=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE40 is #5331BF. Grayscale: #B4B4B4. Windows color (decimal): -5452224 or 4247212. OLE color: 4247212.

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

Color convert

RGB 172 206 64 -
CMYK 0.17 0 0.69 0.19
HSL 74.37º 0.59% 0.53% -
HSV(B) 74.37º 0.69% 0.81% -
XYZ 40.01 53.28 13.03 -
YUV 179.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 172 206 64 0.17 0 0.69 0.19 74.37 0.59 0.53
Hex AC CE 40 11 0 45 13 4A 3B 35
Octal 254 316 100 21 0 105 23 112 73 65
Binary 10101100 11001110 1000000 10001 0 1000101 10011 1001010 111011 110101

Color Harmonies of #ACCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE40

Black with #ACCE40

Text Example


Text Example

White with #ACCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE40; }

 p { color: rgb(172,206,64); }

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

background-color css

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

 a { background-color: rgb(172,206,64); }

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

border-color css

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

 span { border-color: rgb(172,206,64); }

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