Html Css Color HEX #ACDB3B Atlantis

📋 copy color: '#ACDB3B'

red 172 ◦ green 219 ◦ blue 59

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

Shades of Atlantis #ACDB3B

Tints of Atlantis #ACDB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.11%

R = 38.22%
G = 48.67%
B = 13.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#ACDB3B (or 0xACDB3B) is known color: Atlantis. HEX triplet: AC, DB and 3B. RGB value is (172,219,59). Sum of RGB (Red+Green+Blue) = 172+219+59=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB3B is #5324C4. Grayscale: #BBBBBB. Windows color (decimal): -5448901 or 3922860. OLE color: 3922860.

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

Color convert

RGB 172 219 59 -
CMYK 0.21 0 0.73 0.14
HSL 77.63º 0.69% 0.55% -
HSV(B) 77.63º 0.73% 0.86% -
XYZ 43.13 59.75 13.4 -
YUV 186.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 172 219 59 0.21 0 0.73 0.14 77.63 0.69 0.55
Hex AC DB 3B 15 0 49 E 4E 45 37
Octal 254 333 73 25 0 111 16 116 105 67
Binary 10101100 11011011 111011 10101 0 1001001 1110 1001110 1000101 110111

Color Harmonies of #ACDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB3B

Black with #ACDB3B

Text Example


Text Example

White with #ACDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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