Html Css Color HEX #8CC30A Citrus

📋 copy color: '#8CC30A'

red 140 ◦ green 195 ◦ blue 10

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

Shades of Citrus #8CC30A

Tints of Citrus #8CC30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

 BLUE value IS 10 (4.3% from 255) = 2.9%

R = 40.58%
G = 56.52%
B = 2.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#8CC30A (or 0x8CC30A) is known color: Citrus. HEX triplet: 8C, C3 and 0A. RGB value is (140,195,10). Sum of RGB (Red+Green+Blue) = 140+195+10=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC30A is #733CF5. Grayscale: #9E9E9E. Windows color (decimal): -7552246 or 705420. OLE color: 705420.

HSL color Cylindrical-coordinate representation of color #8CC30A: hue angle of 77.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CC30A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 10 -
CMYK 0.28 0 0.95 0.24
HSL 77.84º 0.9% 0.4% -
HSV(B) 77.84º 0.95% 0.76% -
XYZ 30.39 44.63 7.3 -
YUV 157.47 44.78 115.54 -
System Red Green Blue C M Y K H S L
Decimal 140 195 10 0.28 0 0.95 0.24 77.84 0.9 0.4
Hex 8C C3 A 1C 0 5F 18 4E 5A 28
Octal 214 303 12 34 0 137 30 116 132 50
Binary 10001100 11000011 1010 11100 0 1011111 11000 1001110 1011010 101000

Color Harmonies of #8CC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC30A

Black with #8CC30A

Text Example


Text Example

White with #8CC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,10); }

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

background-color css

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

 a { background-color: rgb(140,195,10); }

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

border-color css

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

 span { border-color: rgb(140,195,10); }

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