Html Css Color HEX #8EEE4A Atlantis

📋 copy color: '#8EEE4A'

red 142 ◦ green 238 ◦ blue 74

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

Shades of Atlantis #8EEE4A

Tints of Atlantis #8EEE4A

RGB

 RED value IS 142 (55.86% from 255) = 31.28%

 GREEN value IS 238 (93.36% from 255) = 52.42%

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 31.28%
G = 52.42%
B = 16.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#8EEE4A (or 0x8EEE4A) is known color: Atlantis. HEX triplet: 8E, EE and 4A. RGB value is (142,238,74). Sum of RGB (Red+Green+Blue) = 142+238+74=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEE4A is #7111B5. Grayscale: #BFBFBF. Windows color (decimal): -7410102 or 4910734. OLE color: 4910734.

HSL color Cylindrical-coordinate representation of color #8EEE4A: hue angle of 95.12º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EEE4A is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 238 74 -
CMYK 0.40 0 0.69 0.07
HSL 95.12º 0.83% 0.61% -
HSV(B) 95.12º 0.69% 0.93% -
XYZ 42.97 67.39 17.22 -
YUV 190.6 62.2 93.34 -
System Red Green Blue C M Y K H S L
Decimal 142 238 74 0.40 0 0.69 0.07 95.12 0.83 0.61
Hex 8E EE 4A 28 0 45 7 5F 53 3D
Octal 216 356 112 50 0 105 7 137 123 75
Binary 10001110 11101110 1001010 101000 0 1000101 111 1011111 1010011 111101

Color Harmonies of #8EEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEE4A

Black with #8EEE4A

Text Example


Text Example

White with #8EEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,238,74); }

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

background-color css

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

 a { background-color: rgb(142,238,74); }

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

border-color css

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

 span { border-color: rgb(142,238,74); }

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