Html Css Color HEX #ACCC3E Atlantis

📋 copy color: '#ACCC3E'

red 172 ◦ green 204 ◦ blue 62

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

Shades of Atlantis #ACCC3E

Tints of Atlantis #ACCC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.58%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 39.27%
G = 46.58%
B = 14.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#ACCC3E (or 0xACCC3E) is known color: Atlantis. HEX triplet: AC, CC and 3E. RGB value is (172,204,62). Sum of RGB (Red+Green+Blue) = 172+204+62=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC3E is #5333C1. Grayscale: #B2B2B2. Windows color (decimal): -5452738 or 4115628. OLE color: 4115628.

HSL color Cylindrical-coordinate representation of color #ACCC3E: hue angle of 73.52º 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 #ACCC3E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 62 -
CMYK 0.16 0 0.70 0.2
HSL 73.52º 0.58% 0.52% -
HSV(B) 73.52º 0.7% 0.8% -
XYZ 39.48 52.3 12.57 -
YUV 178.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 172 204 62 0.16 0 0.70 0.2 73.52 0.58 0.52
Hex AC CC 3E 10 0 46 14 4A 3A 34
Octal 254 314 76 20 0 106 24 112 72 64
Binary 10101100 11001100 111110 10000 0 1000110 10100 1001010 111010 110100

Color Harmonies of #ACCC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC3E

Black with #ACCC3E

Text Example


Text Example

White with #ACCC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC3E; }

 p { color: rgb(172,204,62); }

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

background-color css

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

 a { background-color: rgb(172,204,62); }

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

border-color css

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

 span { border-color: rgb(172,204,62); }

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