Html Css Color HEX #9EDE4B Atlantis

📋 copy color: '#9EDE4B'

red 158 ◦ green 222 ◦ blue 75

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

Shades of Atlantis #9EDE4B

Tints of Atlantis #9EDE4B

RGB

 RED value IS 158 (62.11% from 255) = 34.73%

 GREEN value IS 222 (87.11% from 255) = 48.79%

 BLUE value IS 75 (29.69% from 255) = 16.48%

R = 34.73%
G = 48.79%
B = 16.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#9EDE4B (or 0x9EDE4B) is known color: Atlantis. HEX triplet: 9E, DE and 4B. RGB value is (158,222,75). Sum of RGB (Red+Green+Blue) = 158+222+75=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDE4B is #6121B4. Grayscale: #BABABA. Windows color (decimal): -6365621 or 4972190. OLE color: 4972190.

HSL color Cylindrical-coordinate representation of color #9EDE4B: hue angle of 86.12º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EDE4B is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 75 -
CMYK 0.29 0 0.66 0.13
HSL 86.12º 0.69% 0.58% -
HSV(B) 86.12º 0.66% 0.87% -
XYZ 41.49 60.02 16.05 -
YUV 186.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 158 222 75 0.29 0 0.66 0.13 86.12 0.69 0.58
Hex 9E DE 4B 1D 0 42 D 56 45 3A
Octal 236 336 113 35 0 102 15 126 105 72
Binary 10011110 11011110 1001011 11101 0 1000010 1101 1010110 1000101 111010

Color Harmonies of #9EDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE4B

Black with #9EDE4B

Text Example


Text Example

White with #9EDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDE4B; }

 p { color: rgb(158,222,75); }

 H1.HeaderClassName
 {
   color: #9EDE4B;
 }
 .AnyTagClassName
 {
   color: #9EDE4B;
 }
</style>

background-color css

<style>
 a { background-color: #9EDE4B; }

 a { background-color: rgb(158,222,75); }

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

border-color css

<style>
 span { border-color: #9EDE4B; }

 span { border-color: rgb(158,222,75); }

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