Html Css Color HEX #8CCA0D Citrus

📋 copy color: '#8CCA0D'

red 140 ◦ green 202 ◦ blue 13

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

Shades of Citrus #8CCA0D

Tints of Citrus #8CCA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 39.44%
G = 56.9%
B = 3.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#8CCA0D (or 0x8CCA0D) is known color: Citrus. HEX triplet: 8C, CA and 0D. RGB value is (140,202,13). Sum of RGB (Red+Green+Blue) = 140+202+13=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA0D is #7335F2. Grayscale: #A2A2A2. Windows color (decimal): -7550451 or 903820. OLE color: 903820.

HSL color Cylindrical-coordinate representation of color #8CCA0D: hue angle of 79.68º degrees, saturation: 0.88, 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 #8CCA0D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 13 -
CMYK 0.31 0 0.94 0.21
HSL 79.68º 0.88% 0.42% -
HSV(B) 79.68º 0.94% 0.79% -
XYZ 32.01 47.85 7.93 -
YUV 161.92 43.96 112.37 -
System Red Green Blue C M Y K H S L
Decimal 140 202 13 0.31 0 0.94 0.21 79.68 0.88 0.42
Hex 8C CA D 1F 0 5E 15 50 58 2A
Octal 214 312 15 37 0 136 25 120 130 52
Binary 10001100 11001010 1101 11111 0 1011110 10101 1010000 1011000 101010

Color Harmonies of #8CCA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA0D

Black with #8CCA0D

Text Example


Text Example

White with #8CCA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,13); }

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

background-color css

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

 a { background-color: rgb(140,202,13); }

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

border-color css

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

 span { border-color: rgb(140,202,13); }

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