Html Css Color HEX #ACCC3F Atlantis

📋 copy color: '#ACCC3F'

red 172 ◦ green 204 ◦ blue 63

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

Shades of Atlantis #ACCC3F

Tints of Atlantis #ACCC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.35%

R = 39.18%
G = 46.47%
B = 14.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#ACCC3F (or 0xACCC3F) is known color: Atlantis. HEX triplet: AC, CC and 3F. RGB value is (172,204,63). Sum of RGB (Red+Green+Blue) = 172+204+63=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC3F is #5333C0. Grayscale: #B2B2B2. Windows color (decimal): -5452737 or 4181164. OLE color: 4181164.

HSL color Cylindrical-coordinate representation of color #ACCC3F: hue angle of 73.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCC3F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 63 -
CMYK 0.16 0 0.69 0.2
HSL 73.62º 0.58% 0.52% -
HSV(B) 73.62º 0.69% 0.8% -
XYZ 39.5 52.32 12.72 -
YUV 178.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 172 204 63 0.16 0 0.69 0.2 73.62 0.58 0.52
Hex AC CC 3F 10 0 45 14 4A 3A 34
Octal 254 314 77 20 0 105 24 112 72 64
Binary 10101100 11001100 111111 10000 0 1000101 10100 1001010 111010 110100

Color Harmonies of #ACCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC3F

Black with #ACCC3F

Text Example


Text Example

White with #ACCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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