Html Css Color HEX #8CAD10 Citrus

📋 copy color: '#8CAD10'

red 140 ◦ green 173 ◦ blue 16

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

Shades of Citrus #8CAD10

Tints of Citrus #8CAD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.58%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 42.55%
G = 52.58%
B = 4.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#8CAD10 (or 0x8CAD10) is known color: Citrus. HEX triplet: 8C, AD and 10. RGB value is (140,173,16). Sum of RGB (Red+Green+Blue) = 140+173+16=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAD10 is #7352EF. Grayscale: #919191. Windows color (decimal): -7557872 or 1093004. OLE color: 1093004.

HSL color Cylindrical-coordinate representation of color #8CAD10: hue angle of 72.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CAD10 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 16 -
CMYK 0.19 0 0.91 0.32
HSL 72.61º 0.83% 0.37% -
HSV(B) 72.61º 0.91% 0.68% -
XYZ 25.85 35.5 5.98 -
YUV 145.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 140 173 16 0.19 0 0.91 0.32 72.61 0.83 0.37
Hex 8C AD 10 13 0 5B 20 49 53 25
Octal 214 255 20 23 0 133 40 111 123 45
Binary 10001100 10101101 10000 10011 0 1011011 100000 1001001 1010011 100101

Color Harmonies of #8CAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD10

Black with #8CAD10

Text Example


Text Example

White with #8CAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,16); }

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

background-color css

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

 a { background-color: rgb(140,173,16); }

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

border-color css

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

 span { border-color: rgb(140,173,16); }

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