Html Css Color HEX #97AA00 Citrus

📋 copy color: '#97AA00'

red 151 ◦ green 170 ◦ blue 0

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

Shades of Citrus #97AA00

Tints of Citrus #97AA00

RGB

 RED value IS 151 (59.38% from 255) = 47.04%

 GREEN value IS 170 (66.8% from 255) = 52.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.04%
G = 52.96%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#97AA00 (or 0x97AA00) is known color: Citrus. HEX triplet: 97, AA and 00. RGB value is (151,170,0). Sum of RGB (Red+Green+Blue) = 151+170+0=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AA00 is #6855FF. Grayscale: #919191. Windows color (decimal): -6837760 or 43671. OLE color: 43671.

HSL color Cylindrical-coordinate representation of color #97AA00: hue angle of 66.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97AA00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 170 0 -
CMYK 0.11 0 1 0.33
HSL 66.71º 1% 0.33% -
HSV(B) 66.71º 1% 0.67% -
XYZ 27.14 35.33 5.39 -
YUV 144.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 151 170 0 0.11 0 1 0.33 66.71 1 0.33
Hex 97 AA 0 B 0 64 21 43 64 21
Octal 227 252 0 13 0 144 41 103 144 41
Binary 10010111 10101010 0 1011 0 1100100 100001 1000011 1100100 100001

Color Harmonies of #97AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA00

Black with #97AA00

Text Example


Text Example

White with #97AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97AA00; }

 p { color: rgb(151,170,0); }

 H1.HeaderClassName
 {
   color: #97AA00;
 }
 .AnyTagClassName
 {
   color: #97AA00;
 }
</style>

background-color css

<style>
 a { background-color: #97AA00; }

 a { background-color: rgb(151,170,0); }

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

border-color css

<style>
 span { border-color: #97AA00; }

 span { border-color: rgb(151,170,0); }

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