Html Css Color HEX #8AD03F Atlantis

📋 copy color: '#8AD03F'

red 138 ◦ green 208 ◦ blue 63

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

Shades of Atlantis #8AD03F

Tints of Atlantis #8AD03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

 BLUE value IS 63 (25% from 255) = 15.4%

R = 33.74%
G = 50.86%
B = 15.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#8AD03F (or 0x8AD03F) is known color: Atlantis. HEX triplet: 8A, D0 and 3F. RGB value is (138,208,63). Sum of RGB (Red+Green+Blue) = 138+208+63=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD03F is #752FC0. Grayscale: #ABABAB. Windows color (decimal): -7679937 or 4182154. OLE color: 4182154.

HSL color Cylindrical-coordinate representation of color #8AD03F: hue angle of 88.97º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AD03F is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 63 -
CMYK 0.34 0 0.70 0.18
HSL 88.97º 0.61% 0.53% -
HSV(B) 88.97º 0.7% 0.82% -
XYZ 33.93 50.87 12.73 -
YUV 170.54 67.31 104.79 -
System Red Green Blue C M Y K H S L
Decimal 138 208 63 0.34 0 0.70 0.18 88.97 0.61 0.53
Hex 8A D0 3F 22 0 46 12 59 3D 35
Octal 212 320 77 42 0 106 22 131 75 65
Binary 10001010 11010000 111111 100010 0 1000110 10010 1011001 111101 110101

Color Harmonies of #8AD03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD03F

Black with #8AD03F

Text Example


Text Example

White with #8AD03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,63); }

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

background-color css

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

 a { background-color: rgb(138,208,63); }

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

border-color css

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

 span { border-color: rgb(138,208,63); }

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