Html Css Color HEX #8FCA0C Citrus

📋 copy color: '#8FCA0C'

red 143 ◦ green 202 ◦ blue 12

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

Shades of Citrus #8FCA0C

Tints of Citrus #8FCA0C

RGB

 RED value IS 143 (56.25% from 255) = 40.06%

 GREEN value IS 202 (79.3% from 255) = 56.58%

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 40.06%
G = 56.58%
B = 3.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#8FCA0C (or 0x8FCA0C) is known color: Citrus. HEX triplet: 8F, CA and 0C. RGB value is (143,202,12). Sum of RGB (Red+Green+Blue) = 143+202+12=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA0C is #7035F3. Grayscale: #A3A3A3. Windows color (decimal): -7353844 or 838287. OLE color: 838287.

HSL color Cylindrical-coordinate representation of color #8FCA0C: hue angle of 78.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FCA0C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 12 -
CMYK 0.29 0 0.94 0.21
HSL 78.63º 0.89% 0.42% -
HSV(B) 78.63º 0.94% 0.79% -
XYZ 32.51 48.11 7.92 -
YUV 162.7 42.95 113.95 -
System Red Green Blue C M Y K H S L
Decimal 143 202 12 0.29 0 0.94 0.21 78.63 0.89 0.42
Hex 8F CA C 1D 0 5E 15 4F 59 2A
Octal 217 312 14 35 0 136 25 117 131 52
Binary 10001111 11001010 1100 11101 0 1011110 10101 1001111 1011001 101010

Color Harmonies of #8FCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA0C

Black with #8FCA0C

Text Example


Text Example

White with #8FCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,202,12); }

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

background-color css

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

 a { background-color: rgb(143,202,12); }

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

border-color css

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

 span { border-color: rgb(143,202,12); }

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