Html Css Color HEX #ACD638 Atlantis

📋 copy color: '#ACD638'

red 172 ◦ green 214 ◦ blue 56

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

Shades of Atlantis #ACD638

Tints of Atlantis #ACD638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.67%

R = 38.91%
G = 48.42%
B = 12.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#ACD638 (or 0xACD638) is known color: Atlantis. HEX triplet: AC, D6 and 38. RGB value is (172,214,56). Sum of RGB (Red+Green+Blue) = 172+214+56=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD638 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD638 is #5329C7. Grayscale: #B8B8B8. Windows color (decimal): -5450184 or 3724972. OLE color: 3724972.

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

Color convert

RGB 172 214 56 -
CMYK 0.20 0 0.74 0.16
HSL 75.95º 0.66% 0.53% -
HSV(B) 75.95º 0.74% 0.84% -
XYZ 41.77 57.15 12.57 -
YUV 183.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 172 214 56 0.20 0 0.74 0.16 75.95 0.66 0.53
Hex AC D6 38 14 0 4A 10 4C 42 35
Octal 254 326 70 24 0 112 20 114 102 65
Binary 10101100 11010110 111000 10100 0 1001010 10000 1001100 1000010 110101

Color Harmonies of #ACD638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD638

Black with #ACD638

Text Example


Text Example

White with #ACD638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD638; }

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

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

background-color css

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

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

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

border-color css

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

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

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