Html Css Color HEX #88AD00 Citrus

📋 copy color: '#88AD00'

red 136 ◦ green 173 ◦ blue 0

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

Shades of Citrus #88AD00

Tints of Citrus #88AD00

RGB

 RED value IS 136 (53.52% from 255) = 44.01%

 GREEN value IS 173 (67.97% from 255) = 55.99%

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

R = 44.01%
G = 55.99%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#88AD00 (or 0x88AD00) is known color: Citrus. HEX triplet: 88, AD and 00. RGB value is (136,173,0). Sum of RGB (Red+Green+Blue) = 136+173+0=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AD00 is #7752FF. Grayscale: #8E8E8E. Windows color (decimal): -7820032 or 44424. OLE color: 44424.

HSL color Cylindrical-coordinate representation of color #88AD00: hue angle of 72.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88AD00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 173 0 -
CMYK 0.21 0 1 0.32
HSL 72.83º 1% 0.34% -
HSV(B) 72.83º 1% 0.68% -
XYZ 25.1 35.12 5.46 -
YUV 142.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 136 173 0 0.21 0 1 0.32 72.83 1 0.34
Hex 88 AD 0 15 0 64 20 49 64 22
Octal 210 255 0 25 0 144 40 111 144 42
Binary 10001000 10101101 0 10101 0 1100100 100000 1001001 1100100 100010

Color Harmonies of #88AD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AD00

Black with #88AD00

Text Example


Text Example

White with #88AD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88AD00; }

 p { color: rgb(136,173,0); }

 H1.HeaderClassName
 {
   color: #88AD00;
 }
 .AnyTagClassName
 {
   color: #88AD00;
 }
</style>

background-color css

<style>
 a { background-color: #88AD00; }

 a { background-color: rgb(136,173,0); }

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

border-color css

<style>
 span { border-color: #88AD00; }

 span { border-color: rgb(136,173,0); }

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