Html Css Color HEX #8CC512 Citrus

📋 copy color: '#8CC512'

red 140 ◦ green 197 ◦ blue 18

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

Shades of Citrus #8CC512

Tints of Citrus #8CC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.49%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 39.44%
G = 55.49%
B = 5.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#8CC512 (or 0x8CC512) is known color: Citrus. HEX triplet: 8C, C5 and 12. RGB value is (140,197,18). Sum of RGB (Red+Green+Blue) = 140+197+18=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC512 is #733AED. Grayscale: #A0A0A0. Windows color (decimal): -7551726 or 1230220. OLE color: 1230220.

HSL color Cylindrical-coordinate representation of color #8CC512: hue angle of 79.11º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CC512 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 197 18 -
CMYK 0.29 0 0.91 0.23
HSL 79.11º 0.83% 0.42% -
HSV(B) 79.11º 0.91% 0.77% -
XYZ 30.89 45.55 7.74 -
YUV 159.55 48.12 114.05 -
System Red Green Blue C M Y K H S L
Decimal 140 197 18 0.29 0 0.91 0.23 79.11 0.83 0.42
Hex 8C C5 12 1D 0 5B 17 4F 53 2A
Octal 214 305 22 35 0 133 27 117 123 52
Binary 10001100 11000101 10010 11101 0 1011011 10111 1001111 1010011 101010

Color Harmonies of #8CC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC512

Black with #8CC512

Text Example


Text Example

White with #8CC512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,197,18); }

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

background-color css

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

 a { background-color: rgb(140,197,18); }

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

border-color css

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

 span { border-color: rgb(140,197,18); }

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