Html Css Color HEX #88C00A Citrus

📋 copy color: '#88C00A'

red 136 ◦ green 192 ◦ blue 10

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

Shades of Citrus #88C00A

Tints of Citrus #88C00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 40.24%
G = 56.8%
B = 2.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#88C00A (or 0x88C00A) is known color: Citrus. HEX triplet: 88, C0 and 0A. RGB value is (136,192,10). Sum of RGB (Red+Green+Blue) = 136+192+10=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #88C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C00A is #773FF5. Grayscale: #9B9B9B. Windows color (decimal): -7815158 or 704648. OLE color: 704648.

HSL color Cylindrical-coordinate representation of color #88C00A: hue angle of 78.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88C00A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 10 -
CMYK 0.29 0 0.95 0.25
HSL 78.46º 0.9% 0.4% -
HSV(B) 78.46º 0.95% 0.75% -
XYZ 29.06 42.96 7.05 -
YUV 154.51 46.45 114.8 -
System Red Green Blue C M Y K H S L
Decimal 136 192 10 0.29 0 0.95 0.25 78.46 0.9 0.4
Hex 88 C0 A 1D 0 5F 19 4E 5A 28
Octal 210 300 12 35 0 137 31 116 132 50
Binary 10001000 11000000 1010 11101 0 1011111 11001 1001110 1011010 101000

Color Harmonies of #88C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C00A

Black with #88C00A

Text Example


Text Example

White with #88C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,10); }

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

background-color css

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

 a { background-color: rgb(136,192,10); }

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

border-color css

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

 span { border-color: rgb(136,192,10); }

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