Html Css Color HEX #ACD632 Atlantis

📋 copy color: '#ACD632'

red 172 ◦ green 214 ◦ blue 50

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

Shades of Atlantis #ACD632

Tints of Atlantis #ACD632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 39.45%
G = 49.08%
B = 11.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#ACD632 (or 0xACD632) is known color: Atlantis. HEX triplet: AC, D6 and 32. RGB value is (172,214,50). Sum of RGB (Red+Green+Blue) = 172+214+50=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD632 is #5329CD. Grayscale: #B7B7B7. Windows color (decimal): -5450190 or 3331756. OLE color: 3331756.

HSL color Cylindrical-coordinate representation of color #ACD632: hue angle of 75.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACD632 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 50 -
CMYK 0.20 0 0.77 0.16
HSL 75.37º 0.67% 0.52% -
HSV(B) 75.37º 0.77% 0.84% -
XYZ 41.64 57.09 11.84 -
YUV 182.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 172 214 50 0.20 0 0.77 0.16 75.37 0.67 0.52
Hex AC D6 32 14 0 4D 10 4B 43 34
Octal 254 326 62 24 0 115 20 113 103 64
Binary 10101100 11010110 110010 10100 0 1001101 10000 1001011 1000011 110100

Color Harmonies of #ACD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD632

Black with #ACD632

Text Example


Text Example

White with #ACD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD632; }

 p { color: rgb(172,214,50); }

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

background-color css

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

 a { background-color: rgb(172,214,50); }

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

border-color css

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

 span { border-color: rgb(172,214,50); }

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