Html Css Color HEX #8AD63F Atlantis

📋 copy color: '#8AD63F'

red 138 ◦ green 214 ◦ blue 63

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

Shades of Atlantis #8AD63F

Tints of Atlantis #8AD63F

RGB

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

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

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

R = 33.25%
G = 51.57%
B = 15.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#8AD63F (or 0x8AD63F) is known color: Atlantis. HEX triplet: 8A, D6 and 3F. RGB value is (138,214,63). Sum of RGB (Red+Green+Blue) = 138+214+63=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD63F is #7529C0. Grayscale: #AEAEAE. Windows color (decimal): -7678401 or 4183690. OLE color: 4183690.

HSL color Cylindrical-coordinate representation of color #8AD63F: hue angle of 90.2º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AD63F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 63 -
CMYK 0.36 0 0.71 0.16
HSL 90.2º 0.65% 0.54% -
HSV(B) 90.2º 0.71% 0.84% -
XYZ 35.43 53.86 13.23 -
YUV 174.06 65.32 102.28 -
System Red Green Blue C M Y K H S L
Decimal 138 214 63 0.36 0 0.71 0.16 90.2 0.65 0.54
Hex 8A D6 3F 24 0 47 10 5A 41 36
Octal 212 326 77 44 0 107 20 132 101 66
Binary 10001010 11010110 111111 100100 0 1000111 10000 1011010 1000001 110110

Color Harmonies of #8AD63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD63F

Black with #8AD63F

Text Example


Text Example

White with #8AD63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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