Html Css Color HEX #99CA4E Atlantis

📋 copy color: '#99CA4E'

red 153 ◦ green 202 ◦ blue 78

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

Shades of Atlantis #99CA4E

Tints of Atlantis #99CA4E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 35.33%
G = 46.65%
B = 18.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#99CA4E (or 0x99CA4E) is known color: Atlantis. HEX triplet: 99, CA and 4E. RGB value is (153,202,78). Sum of RGB (Red+Green+Blue) = 153+202+78=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA4E is #6635B1. Grayscale: #ADADAD. Windows color (decimal): -6698418 or 5163673. OLE color: 5163673.

HSL color Cylindrical-coordinate representation of color #99CA4E: hue angle of 83.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99CA4E is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 202 78 -
CMYK 0.24 0 0.61 0.21
HSL 83.71º 0.54% 0.55% -
HSV(B) 83.71º 0.61% 0.79% -
XYZ 35.63 49.56 14.9 -
YUV 173.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 153 202 78 0.24 0 0.61 0.21 83.71 0.54 0.55
Hex 99 CA 4E 18 0 3D 15 54 36 37
Octal 231 312 116 30 0 75 25 124 66 67
Binary 10011001 11001010 1001110 11000 0 111101 10101 1010100 110110 110111

Color Harmonies of #99CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CA4E

Black with #99CA4E

Text Example


Text Example

White with #99CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,202,78); }

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

background-color css

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

 a { background-color: rgb(153,202,78); }

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

border-color css

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

 span { border-color: rgb(153,202,78); }

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