Html Css Color HEX #ACD634 Atlantis

📋 copy color: '#ACD634'

red 172 ◦ green 214 ◦ blue 52

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

Shades of Atlantis #ACD634

Tints of Atlantis #ACD634

RGB

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

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

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

R = 39.27%
G = 48.86%
B = 11.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#ACD634 (or 0xACD634) is known color: Atlantis. HEX triplet: AC, D6 and 34. RGB value is (172,214,52). Sum of RGB (Red+Green+Blue) = 172+214+52=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD634 is #5329CB. Grayscale: #B7B7B7. Windows color (decimal): -5450188 or 3462828. OLE color: 3462828.

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

Color convert

RGB 172 214 52 -
CMYK 0.20 0 0.76 0.16
HSL 75.56º 0.66% 0.52% -
HSV(B) 75.56º 0.76% 0.84% -
XYZ 41.68 57.11 12.08 -
YUV 182.97 54.09 120.17 -
System Red Green Blue C M Y K H S L
Decimal 172 214 52 0.20 0 0.76 0.16 75.56 0.66 0.52
Hex AC D6 34 14 0 4C 10 4C 42 34
Octal 254 326 64 24 0 114 20 114 102 64
Binary 10101100 11010110 110100 10100 0 1001100 10000 1001100 1000010 110100

Color Harmonies of #ACD634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD634

Black with #ACD634

Text Example


Text Example

White with #ACD634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD634; }

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

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

background-color css

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

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

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

border-color css

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

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

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