Html Css Color HEX #99D142 Atlantis

📋 copy color: '#99D142'

red 153 ◦ green 209 ◦ blue 66

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

Shades of Atlantis #99D142

Tints of Atlantis #99D142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.83%

 BLUE value IS 66 (26.17% from 255) = 15.42%

R = 35.75%
G = 48.83%
B = 15.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#99D142 (or 0x99D142) is known color: Atlantis. HEX triplet: 99, D1 and 42. RGB value is (153,209,66). Sum of RGB (Red+Green+Blue) = 153+209+66=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #99D142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D142 is #662EBD. Grayscale: #B0B0B0. Windows color (decimal): -6696638 or 4379033. OLE color: 4379033.

HSL color Cylindrical-coordinate representation of color #99D142: hue angle of 83.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99D142 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 209 66 -
CMYK 0.27 0 0.68 0.18
HSL 83.5º 0.61% 0.54% -
HSV(B) 83.5º 0.68% 0.82% -
XYZ 36.92 52.77 13.39 -
YUV 175.95 65.95 111.63 -
System Red Green Blue C M Y K H S L
Decimal 153 209 66 0.27 0 0.68 0.18 83.5 0.61 0.54
Hex 99 D1 42 1B 0 44 12 53 3D 36
Octal 231 321 102 33 0 104 22 123 75 66
Binary 10011001 11010001 1000010 11011 0 1000100 10010 1010011 111101 110110

Color Harmonies of #99D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D142

Black with #99D142

Text Example


Text Example

White with #99D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,209,66); }

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

background-color css

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

 a { background-color: rgb(153,209,66); }

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

border-color css

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

 span { border-color: rgb(153,209,66); }

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