Html Css Color HEX #9ED84B Atlantis

📋 copy color: '#9ED84B'

red 158 ◦ green 216 ◦ blue 75

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

Shades of Atlantis #9ED84B

Tints of Atlantis #9ED84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

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

R = 35.19%
G = 48.11%
B = 16.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#9ED84B (or 0x9ED84B) is known color: Atlantis. HEX triplet: 9E, D8 and 4B. RGB value is (158,216,75). Sum of RGB (Red+Green+Blue) = 158+216+75=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED84B is #6127B4. Grayscale: #B7B7B7. Windows color (decimal): -6367157 or 4970654. OLE color: 4970654.

HSL color Cylindrical-coordinate representation of color #9ED84B: hue angle of 84.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ED84B is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 75 -
CMYK 0.27 0 0.65 0.15
HSL 84.68º 0.64% 0.57% -
HSV(B) 84.68º 0.65% 0.85% -
XYZ 39.93 56.89 15.53 -
YUV 182.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 158 216 75 0.27 0 0.65 0.15 84.68 0.64 0.57
Hex 9E D8 4B 1B 0 41 F 55 40 39
Octal 236 330 113 33 0 101 17 125 100 71
Binary 10011110 11011000 1001011 11011 0 1000001 1111 1010101 1000000 111001

Color Harmonies of #9ED84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED84B

Black with #9ED84B

Text Example


Text Example

White with #9ED84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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