Html Css Color HEX #ACDB34 Atlantis

📋 copy color: '#ACDB34'

red 172 ◦ green 219 ◦ blue 52

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

Shades of Atlantis #ACDB34

Tints of Atlantis #ACDB34

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.44%

 BLUE value IS 52 (20.7% from 255) = 11.74%

R = 38.83%
G = 49.44%
B = 11.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#ACDB34 (or 0xACDB34) is known color: Atlantis. HEX triplet: AC, DB and 34. RGB value is (172,219,52). Sum of RGB (Red+Green+Blue) = 172+219+52=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB34 is #5324CB. Grayscale: #BABABA. Windows color (decimal): -5448908 or 3464108. OLE color: 3464108.

HSL color Cylindrical-coordinate representation of color #ACDB34: hue angle of 76.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACDB34 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 52 -
CMYK 0.21 0 0.76 0.14
HSL 76.89º 0.7% 0.53% -
HSV(B) 76.89º 0.76% 0.86% -
XYZ 42.96 59.68 12.5 -
YUV 185.91 52.43 118.08 -
System Red Green Blue C M Y K H S L
Decimal 172 219 52 0.21 0 0.76 0.14 76.89 0.7 0.53
Hex AC DB 34 15 0 4C E 4D 46 35
Octal 254 333 64 25 0 114 16 115 106 65
Binary 10101100 11011011 110100 10101 0 1001100 1110 1001101 1000110 110101

Color Harmonies of #ACDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB34

Black with #ACDB34

Text Example


Text Example

White with #ACDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB34; }

 p { color: rgb(172,219,52); }

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

background-color css

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

 a { background-color: rgb(172,219,52); }

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

border-color css

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

 span { border-color: rgb(172,219,52); }

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