Html Css Color HEX #8CEE4A Atlantis

📋 copy color: '#8CEE4A'

red 140 ◦ green 238 ◦ blue 74

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

Shades of Atlantis #8CEE4A

Tints of Atlantis #8CEE4A

RGB

 RED value IS 140 (55.08% from 255) = 30.97%

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

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

R = 30.97%
G = 52.65%
B = 16.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#8CEE4A (or 0x8CEE4A) is known color: Atlantis. HEX triplet: 8C, EE and 4A. RGB value is (140,238,74). Sum of RGB (Red+Green+Blue) = 140+238+74=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEE4A is #7311B5. Grayscale: #BEBEBE. Windows color (decimal): -7541174 or 4910732. OLE color: 4910732.

HSL color Cylindrical-coordinate representation of color #8CEE4A: hue angle of 95.85º 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 #8CEE4A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 238 74 -
CMYK 0.41 0 0.69 0.07
HSL 95.85º 0.83% 0.61% -
HSV(B) 95.85º 0.69% 0.93% -
XYZ 42.63 67.22 17.21 -
YUV 190 62.53 92.34 -
System Red Green Blue C M Y K H S L
Decimal 140 238 74 0.41 0 0.69 0.07 95.85 0.83 0.61
Hex 8C EE 4A 29 0 45 7 60 53 3D
Octal 214 356 112 51 0 105 7 140 123 75
Binary 10001100 11101110 1001010 101001 0 1000101 111 1100000 1010011 111101

Color Harmonies of #8CEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEE4A

Black with #8CEE4A

Text Example


Text Example

White with #8CEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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