Html Css Color HEX #8AD242 Atlantis

📋 copy color: '#8AD242'

red 138 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #8AD242

Tints of Atlantis #8AD242

RGB

 RED value IS 138 (54.3% from 255) = 33.33%

 GREEN value IS 210 (82.42% from 255) = 50.72%

 BLUE value IS 66 (26.17% from 255) = 15.94%

R = 33.33%
G = 50.72%
B = 15.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#8AD242 (or 0x8AD242) is known color: Atlantis. HEX triplet: 8A, D2 and 42. RGB value is (138,210,66). Sum of RGB (Red+Green+Blue) = 138+210+66=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD242 is #752DBD. Grayscale: #ACACAC. Windows color (decimal): -7679422 or 4379274. OLE color: 4379274.

HSL color Cylindrical-coordinate representation of color #8AD242: hue angle of 90º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AD242 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 66 -
CMYK 0.34 0 0.69 0.18
HSL 90º 0.62% 0.54% -
HSV(B) 90º 0.69% 0.82% -
XYZ 34.51 51.89 13.35 -
YUV 172.06 68.15 103.71 -
System Red Green Blue C M Y K H S L
Decimal 138 210 66 0.34 0 0.69 0.18 90 0.62 0.54
Hex 8A D2 42 22 0 45 12 5A 3E 36
Octal 212 322 102 42 0 105 22 132 76 66
Binary 10001010 11010010 1000010 100010 0 1000101 10010 1011010 111110 110110

Color Harmonies of #8AD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD242

Black with #8AD242

Text Example


Text Example

White with #8AD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD242; }

 p { color: rgb(138,210,66); }

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

background-color css

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

 a { background-color: rgb(138,210,66); }

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

border-color css

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

 span { border-color: rgb(138,210,66); }

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