Html Css Color HEX #99EF46 Atlantis

📋 copy color: '#99EF46'

red 153 ◦ green 239 ◦ blue 70

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

Shades of Atlantis #99EF46

Tints of Atlantis #99EF46

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 33.12%
G = 51.73%
B = 15.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#99EF46 (or 0x99EF46) is known color: Atlantis. HEX triplet: 99, EF and 46. RGB value is (153,239,70). Sum of RGB (Red+Green+Blue) = 153+239+70=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EF46 is #6610B9. Grayscale: #C2C2C2. Windows color (decimal): -6688954 or 4648857. OLE color: 4648857.

HSL color Cylindrical-coordinate representation of color #99EF46: hue angle of 90.53º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99EF46 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 70 -
CMYK 0.36 0 0.71 0.06
HSL 90.53º 0.84% 0.61% -
HSV(B) 90.53º 0.71% 0.94% -
XYZ 45.11 68.95 16.73 -
YUV 194.02 58.01 98.74 -
System Red Green Blue C M Y K H S L
Decimal 153 239 70 0.36 0 0.71 0.06 90.53 0.84 0.61
Hex 99 EF 46 24 0 47 6 5B 54 3D
Octal 231 357 106 44 0 107 6 133 124 75
Binary 10011001 11101111 1000110 100100 0 1000111 110 1011011 1010100 111101

Color Harmonies of #99EF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EF46

Black with #99EF46

Text Example


Text Example

White with #99EF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,239,70); }

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

background-color css

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

 a { background-color: rgb(153,239,70); }

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

border-color css

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

 span { border-color: rgb(153,239,70); }

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