Html Css Color HEX #8AF251 Atlantis

📋 copy color: '#8AF251'

red 138 ◦ green 242 ◦ blue 81

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

Shades of Atlantis #8AF251

Tints of Atlantis #8AF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

 BLUE value IS 81 (32.03% from 255) = 17.57%

R = 29.93%
G = 52.49%
B = 17.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#8AF251 (or 0x8AF251) is known color: Atlantis. HEX triplet: 8A, F2 and 51. RGB value is (138,242,81). Sum of RGB (Red+Green+Blue) = 138+242+81=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF251 is #750DAE. Grayscale: #C1C1C1. Windows color (decimal): -7671215 or 5370506. OLE color: 5370506.

HSL color Cylindrical-coordinate representation of color #8AF251: hue angle of 98.76º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AF251 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 242 81 -
CMYK 0.43 0 0.67 0.05
HSL 98.76º 0.86% 0.63% -
HSV(B) 98.76º 0.67% 0.95% -
XYZ 43.72 69.5 18.9 -
YUV 192.55 65.04 89.09 -
System Red Green Blue C M Y K H S L
Decimal 138 242 81 0.43 0 0.67 0.05 98.76 0.86 0.63
Hex 8A F2 51 2B 0 43 5 63 56 3F
Octal 212 362 121 53 0 103 5 143 126 77
Binary 10001010 11110010 1010001 101011 0 1000011 101 1100011 1010110 111111

Color Harmonies of #8AF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF251

Black with #8AF251

Text Example


Text Example

White with #8AF251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,242,81); }

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

background-color css

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

 a { background-color: rgb(138,242,81); }

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

border-color css

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

 span { border-color: rgb(138,242,81); }

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