Html Css Color HEX #8AF04E Atlantis

📋 copy color: '#8AF04E'

red 138 ◦ green 240 ◦ blue 78

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

Shades of Atlantis #8AF04E

Tints of Atlantis #8AF04E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.63%

 BLUE value IS 78 (30.86% from 255) = 17.11%

R = 30.26%
G = 52.63%
B = 17.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#8AF04E (or 0x8AF04E) is known color: Atlantis. HEX triplet: 8A, F0 and 4E. RGB value is (138,240,78). Sum of RGB (Red+Green+Blue) = 138+240+78=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF04E is #750FB1. Grayscale: #BFBFBF. Windows color (decimal): -7671730 or 5173386. OLE color: 5173386.

HSL color Cylindrical-coordinate representation of color #8AF04E: hue angle of 97.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AF04E is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 78 -
CMYK 0.42 0 0.68 0.06
HSL 97.78º 0.84% 0.62% -
HSV(B) 97.78º 0.68% 0.94% -
XYZ 43.02 68.27 18.12 -
YUV 191.03 64.21 90.17 -
System Red Green Blue C M Y K H S L
Decimal 138 240 78 0.42 0 0.68 0.06 97.78 0.84 0.62
Hex 8A F0 4E 2A 0 44 6 62 54 3E
Octal 212 360 116 52 0 104 6 142 124 76
Binary 10001010 11110000 1001110 101010 0 1000100 110 1100010 1010100 111110

Color Harmonies of #8AF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF04E

Black with #8AF04E

Text Example


Text Example

White with #8AF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,240,78); }

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

background-color css

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

 a { background-color: rgb(138,240,78); }

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

border-color css

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

 span { border-color: rgb(138,240,78); }

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