Html Css Color HEX #99E94A Atlantis

📋 copy color: '#99E94A'

red 153 ◦ green 233 ◦ blue 74

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

Shades of Atlantis #99E94A

Tints of Atlantis #99E94A

RGB

 RED value IS 153 (60.16% from 255) = 33.26%

 GREEN value IS 233 (91.41% from 255) = 50.65%

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

R = 33.26%
G = 50.65%
B = 16.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#99E94A (or 0x99E94A) is known color: Atlantis. HEX triplet: 99, E9 and 4A. RGB value is (153,233,74). Sum of RGB (Red+Green+Blue) = 153+233+74=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #99E94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99E94A is #6616B5. Grayscale: #BFBFBF. Windows color (decimal): -6690486 or 4909465. OLE color: 4909465.

HSL color Cylindrical-coordinate representation of color #99E94A: hue angle of 90.19º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99E94A is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 233 74 -
CMYK 0.34 0 0.68 0.09
HSL 90.19º 0.78% 0.6% -
HSV(B) 90.19º 0.68% 0.91% -
XYZ 43.51 65.54 16.84 -
YUV 190.95 62 100.93 -
System Red Green Blue C M Y K H S L
Decimal 153 233 74 0.34 0 0.68 0.09 90.19 0.78 0.6
Hex 99 E9 4A 22 0 44 9 5A 4E 3C
Octal 231 351 112 42 0 104 11 132 116 74
Binary 10011001 11101001 1001010 100010 0 1000100 1001 1011010 1001110 111100

Color Harmonies of #99E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E94A

Black with #99E94A

Text Example


Text Example

White with #99E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99E94A; }

 p { color: rgb(153,233,74); }

 H1.HeaderClassName
 {
   color: #99E94A;
 }
 .AnyTagClassName
 {
   color: #99E94A;
 }
</style>

background-color css

<style>
 a { background-color: #99E94A; }

 a { background-color: rgb(153,233,74); }

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

border-color css

<style>
 span { border-color: #99E94A; }

 span { border-color: rgb(153,233,74); }

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