Html Css Color HEX #ACCA3E Atlantis

📋 copy color: '#ACCA3E'

red 172 ◦ green 202 ◦ blue 62

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

Shades of Atlantis #ACCA3E

Tints of Atlantis #ACCA3E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.33%

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

R = 39.45%
G = 46.33%
B = 14.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#ACCA3E (or 0xACCA3E) is known color: Atlantis. HEX triplet: AC, CA and 3E. RGB value is (172,202,62). Sum of RGB (Red+Green+Blue) = 172+202+62=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCA3E is #5335C1. Grayscale: #B1B1B1. Windows color (decimal): -5453250 or 4115116. OLE color: 4115116.

HSL color Cylindrical-coordinate representation of color #ACCA3E: hue angle of 72.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCA3E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 62 -
CMYK 0.15 0 0.69 0.21
HSL 72.86º 0.57% 0.52% -
HSV(B) 72.86º 0.69% 0.79% -
XYZ 39 51.36 12.42 -
YUV 177.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 172 202 62 0.15 0 0.69 0.21 72.86 0.57 0.52
Hex AC CA 3E F 0 45 15 49 39 34
Octal 254 312 76 17 0 105 25 111 71 64
Binary 10101100 11001010 111110 1111 0 1000101 10101 1001001 111001 110100

Color Harmonies of #ACCA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCA3E

Black with #ACCA3E

Text Example


Text Example

White with #ACCA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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