Html Css Color HEX #99C015 Citrus

📋 copy color: '#99C015'

red 153 ◦ green 192 ◦ blue 21

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

Shades of Citrus #99C015

Tints of Citrus #99C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 21 (8.59% from 255) = 5.74%

R = 41.8%
G = 52.46%
B = 5.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#99C015 (or 0x99C015) is known color: Citrus. HEX triplet: 99, C0 and 15. RGB value is (153,192,21). Sum of RGB (Red+Green+Blue) = 153+192+21=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #99C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C015 is #663FEA. Grayscale: #A1A1A1. Windows color (decimal): -6701035 or 1425561. OLE color: 1425561.

HSL color Cylindrical-coordinate representation of color #99C015: hue angle of 73.68º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99C015 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 21 -
CMYK 0.20 0 0.89 0.25
HSL 73.68º 0.8% 0.42% -
HSV(B) 73.68º 0.89% 0.75% -
XYZ 32.12 44.53 7.61 -
YUV 160.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 153 192 21 0.20 0 0.89 0.25 73.68 0.8 0.42
Hex 99 C0 15 14 0 59 19 4A 50 2A
Octal 231 300 25 24 0 131 31 112 120 52
Binary 10011001 11000000 10101 10100 0 1011001 11001 1001010 1010000 101010

Color Harmonies of #99C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C015

Black with #99C015

Text Example


Text Example

White with #99C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,192,21); }

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

background-color css

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

 a { background-color: rgb(153,192,21); }

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

border-color css

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

 span { border-color: rgb(153,192,21); }

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