Html Css Color HEX #8ADE33 Atlantis

📋 copy color: '#8ADE33'

red 138 ◦ green 222 ◦ blue 51

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

Shades of Atlantis #8ADE33

Tints of Atlantis #8ADE33

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.01%

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 33.58%
G = 54.01%
B = 12.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#8ADE33 (or 0x8ADE33) is known color: Atlantis. HEX triplet: 8A, DE and 33. RGB value is (138,222,51). Sum of RGB (Red+Green+Blue) = 138+222+51=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE33 is #7521CC. Grayscale: #B1B1B1. Windows color (decimal): -7676365 or 3399306. OLE color: 3399306.

HSL color Cylindrical-coordinate representation of color #8ADE33: hue angle of 89.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ADE33 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 51 -
CMYK 0.38 0 0.77 0.13
HSL 89.47º 0.72% 0.54% -
HSV(B) 89.47º 0.77% 0.87% -
XYZ 37.2 57.88 12.34 -
YUV 177.39 56.67 99.9 -
System Red Green Blue C M Y K H S L
Decimal 138 222 51 0.38 0 0.77 0.13 89.47 0.72 0.54
Hex 8A DE 33 26 0 4D D 59 48 36
Octal 212 336 63 46 0 115 15 131 110 66
Binary 10001010 11011110 110011 100110 0 1001101 1101 1011001 1001000 110110

Color Harmonies of #8ADE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE33

Black with #8ADE33

Text Example


Text Example

White with #8ADE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,51); }

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

background-color css

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

 a { background-color: rgb(138,222,51); }

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

border-color css

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

 span { border-color: rgb(138,222,51); }

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