Html Css Color HEX #8CC60D Citrus

📋 copy color: '#8CC60D'

red 140 ◦ green 198 ◦ blue 13

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

Shades of Citrus #8CC60D

Tints of Citrus #8CC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.41%

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

R = 39.89%
G = 56.41%
B = 3.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#8CC60D (or 0x8CC60D) is known color: Citrus. HEX triplet: 8C, C6 and 0D. RGB value is (140,198,13). Sum of RGB (Red+Green+Blue) = 140+198+13=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC60D is #7339F2. Grayscale: #A0A0A0. Windows color (decimal): -7551475 or 902796. OLE color: 902796.

HSL color Cylindrical-coordinate representation of color #8CC60D: hue angle of 78.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CC60D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 13 -
CMYK 0.29 0 0.93 0.22
HSL 78.81º 0.88% 0.41% -
HSV(B) 78.81º 0.93% 0.78% -
XYZ 31.08 45.99 7.62 -
YUV 159.57 45.28 114.04 -
System Red Green Blue C M Y K H S L
Decimal 140 198 13 0.29 0 0.93 0.22 78.81 0.88 0.41
Hex 8C C6 D 1D 0 5D 16 4F 58 29
Octal 214 306 15 35 0 135 26 117 130 51
Binary 10001100 11000110 1101 11101 0 1011101 10110 1001111 1011000 101001

Color Harmonies of #8CC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC60D

Black with #8CC60D

Text Example


Text Example

White with #8CC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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