Html Css Color HEX #8CCE00 Citrus

📋 copy color: '#8CCE00'

red 140 ◦ green 206 ◦ blue 0

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

Shades of Citrus #8CCE00

Tints of Citrus #8CCE00

RGB

 RED value IS 140 (55.08% from 255) = 40.46%

 GREEN value IS 206 (80.86% from 255) = 59.54%

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

R = 40.46%
G = 59.54%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#8CCE00 (or 0x8CCE00) is known color: Citrus. HEX triplet: 8C, CE and 00. RGB value is (140,206,0). Sum of RGB (Red+Green+Blue) = 140+206+0=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCE00 is #7331FF. Grayscale: #A3A3A3. Windows color (decimal): -7549440 or 52876. OLE color: 52876.

HSL color Cylindrical-coordinate representation of color #8CCE00: hue angle of 79.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CCE00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 0 -
CMYK 0.32 0 1 0.19
HSL 79.22º 1% 0.4% -
HSV(B) 79.22º 1% 0.81% -
XYZ 32.89 49.72 7.86 -
YUV 162.78 36.13 111.75 -
System Red Green Blue C M Y K H S L
Decimal 140 206 0 0.32 0 1 0.19 79.22 1 0.4
Hex 8C CE 0 20 0 64 13 4F 64 28
Octal 214 316 0 40 0 144 23 117 144 50
Binary 10001100 11001110 0 100000 0 1100100 10011 1001111 1100100 101000

Color Harmonies of #8CCE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCE00

Black with #8CCE00

Text Example


Text Example

White with #8CCE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCE00; }

 p { color: rgb(140,206,0); }

 H1.HeaderClassName
 {
   color: #8CCE00;
 }
 .AnyTagClassName
 {
   color: #8CCE00;
 }
</style>

background-color css

<style>
 a { background-color: #8CCE00; }

 a { background-color: rgb(140,206,0); }

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

border-color css

<style>
 span { border-color: #8CCE00; }

 span { border-color: rgb(140,206,0); }

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