Html Css Color HEX #99DE4A Atlantis

📋 copy color: '#99DE4A'

red 153 ◦ green 222 ◦ blue 74

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

Shades of Atlantis #99DE4A

Tints of Atlantis #99DE4A

RGB

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

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

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

R = 34.08%
G = 49.44%
B = 16.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#99DE4A (or 0x99DE4A) is known color: Atlantis. HEX triplet: 99, DE and 4A. RGB value is (153,222,74). Sum of RGB (Red+Green+Blue) = 153+222+74=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DE4A is #6621B5. Grayscale: #B9B9B9. Windows color (decimal): -6693302 or 4906649. OLE color: 4906649.

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

Color convert

RGB 153 222 74 -
CMYK 0.31 0 0.67 0.13
HSL 87.97º 0.69% 0.58% -
HSV(B) 87.97º 0.67% 0.87% -
XYZ 40.49 59.51 15.83 -
YUV 184.5 65.64 105.53 -
System Red Green Blue C M Y K H S L
Decimal 153 222 74 0.31 0 0.67 0.13 87.97 0.69 0.58
Hex 99 DE 4A 1F 0 43 D 58 45 3A
Octal 231 336 112 37 0 103 15 130 105 72
Binary 10011001 11011110 1001010 11111 0 1000011 1101 1011000 1000101 111010

Color Harmonies of #99DE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DE4A

Black with #99DE4A

Text Example


Text Example

White with #99DE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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