Html Css Color HEX #ACCD3E Atlantis

📋 copy color: '#ACCD3E'

red 172 ◦ green 205 ◦ blue 62

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

Shades of Atlantis #ACCD3E

Tints of Atlantis #ACCD3E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

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

R = 39.18%
G = 46.7%
B = 14.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#ACCD3E (or 0xACCD3E) is known color: Atlantis. HEX triplet: AC, CD and 3E. RGB value is (172,205,62). Sum of RGB (Red+Green+Blue) = 172+205+62=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD3E is #5332C1. Grayscale: #B3B3B3. Windows color (decimal): -5452482 or 4115884. OLE color: 4115884.

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

Color convert

RGB 172 205 62 -
CMYK 0.16 0 0.70 0.20
HSL 73.85º 0.59% 0.52% -
HSV(B) 73.85º 0.7% 0.8% -
XYZ 39.71 52.78 12.65 -
YUV 178.83 62.07 123.13 -
System Red Green Blue C M Y K H S L
Decimal 172 205 62 0.16 0 0.70 0.20 73.85 0.59 0.52
Hex AC CD 3E 10 0 46 14 4A 3B 34
Octal 254 315 76 20 0 106 24 112 73 64
Binary 10101100 11001101 111110 10000 0 1000110 10100 1001010 111011 110100

Color Harmonies of #ACCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD3E

Black with #ACCD3E

Text Example


Text Example

White with #ACCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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