Html Css Color HEX #96AC07 Citrus

📋 copy color: '#96AC07'

red 150 ◦ green 172 ◦ blue 7

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

Shades of Citrus #96AC07

Tints of Citrus #96AC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.28%

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 45.59%
G = 52.28%
B = 2.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#96AC07 (or 0x96AC07) is known color: Citrus. HEX triplet: 96, AC and 07. RGB value is (150,172,7). Sum of RGB (Red+Green+Blue) = 150+172+7=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC07 is #6953F8. Grayscale: #939393. Windows color (decimal): -6902777 or 502934. OLE color: 502934.

HSL color Cylindrical-coordinate representation of color #96AC07: hue angle of 68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96AC07 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 7 -
CMYK 0.13 0 0.96 0.33
HSL 68º 0.92% 0.35% -
HSV(B) 68º 0.96% 0.67% -
XYZ 27.37 36 5.71 -
YUV 146.61 49.21 130.42 -
System Red Green Blue C M Y K H S L
Decimal 150 172 7 0.13 0 0.96 0.33 68 0.92 0.35
Hex 96 AC 7 D 0 60 21 44 5C 23
Octal 226 254 7 15 0 140 41 104 134 43
Binary 10010110 10101100 111 1101 0 1100000 100001 1000100 1011100 100011

Color Harmonies of #96AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC07

Black with #96AC07

Text Example


Text Example

White with #96AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,7); }

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

background-color css

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

 a { background-color: rgb(150,172,7); }

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

border-color css

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

 span { border-color: rgb(150,172,7); }

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