Html Css Color HEX #96CA0F Citrus

📋 copy color: '#96CA0F'

red 150 ◦ green 202 ◦ blue 15

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

Shades of Citrus #96CA0F

Tints of Citrus #96CA0F

RGB

 RED value IS 150 (58.98% from 255) = 40.87%

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 40.87%
G = 55.04%
B = 4.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#96CA0F (or 0x96CA0F) is known color: Citrus. HEX triplet: 96, CA and 0F. RGB value is (150,202,15). Sum of RGB (Red+Green+Blue) = 150+202+15=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CA0F is #6935F0. Grayscale: #A5A5A5. Windows color (decimal): -6895089 or 1034902. OLE color: 1034902.

HSL color Cylindrical-coordinate representation of color #96CA0F: hue angle of 76.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96CA0F is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 15 -
CMYK 0.26 0 0.93 0.21
HSL 76.68º 0.86% 0.43% -
HSV(B) 76.68º 0.93% 0.79% -
XYZ 33.78 48.76 8.08 -
YUV 165.13 43.27 117.21 -
System Red Green Blue C M Y K H S L
Decimal 150 202 15 0.26 0 0.93 0.21 76.68 0.86 0.43
Hex 96 CA F 1A 0 5D 15 4D 56 2B
Octal 226 312 17 32 0 135 25 115 126 53
Binary 10010110 11001010 1111 11010 0 1011101 10101 1001101 1010110 101011

Color Harmonies of #96CA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA0F

Black with #96CA0F

Text Example


Text Example

White with #96CA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CA0F; }

 p { color: rgb(150,202,15); }

 H1.HeaderClassName
 {
   color: #96CA0F;
 }
 .AnyTagClassName
 {
   color: #96CA0F;
 }
</style>

background-color css

<style>
 a { background-color: #96CA0F; }

 a { background-color: rgb(150,202,15); }

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

border-color css

<style>
 span { border-color: #96CA0F; }

 span { border-color: rgb(150,202,15); }

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