Html Css Color HEX #ACDA3E Atlantis

📋 copy color: '#ACDA3E'

red 172 ◦ green 218 ◦ blue 62

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

Shades of Atlantis #ACDA3E

Tints of Atlantis #ACDA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

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

R = 38.05%
G = 48.23%
B = 13.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#ACDA3E (or 0xACDA3E) is known color: Atlantis. HEX triplet: AC, DA and 3E. RGB value is (172,218,62). Sum of RGB (Red+Green+Blue) = 172+218+62=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA3E is #5325C1. Grayscale: #BBBBBB. Windows color (decimal): -5449154 or 4119212. OLE color: 4119212.

HSL color Cylindrical-coordinate representation of color #ACDA3E: hue angle of 77.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACDA3E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 62 -
CMYK 0.21 0 0.72 0.15
HSL 77.69º 0.68% 0.55% -
HSV(B) 77.69º 0.72% 0.85% -
XYZ 42.95 59.26 13.73 -
YUV 186.46 57.76 117.68 -
System Red Green Blue C M Y K H S L
Decimal 172 218 62 0.21 0 0.72 0.15 77.69 0.68 0.55
Hex AC DA 3E 15 0 48 F 4E 44 37
Octal 254 332 76 25 0 110 17 116 104 67
Binary 10101100 11011010 111110 10101 0 1001000 1111 1001110 1000100 110111

Color Harmonies of #ACDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA3E

Black with #ACDA3E

Text Example


Text Example

White with #ACDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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