Html Css Color HEX #8CAD01 Citrus

📋 copy color: '#8CAD01'

red 140 ◦ green 173 ◦ blue 1

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

Shades of Citrus #8CAD01

Tints of Citrus #8CAD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 44.59%
G = 55.1%
B = 0.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#8CAD01 (or 0x8CAD01) is known color: Citrus. HEX triplet: 8C, AD and 01. RGB value is (140,173,1). Sum of RGB (Red+Green+Blue) = 140+173+1=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAD01 is #7352FE. Grayscale: #909090. Windows color (decimal): -7557887 or 109964. OLE color: 109964.

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

Color convert

RGB 140 173 1 -
CMYK 0.19 0 0.99 0.32
HSL 71.51º 0.99% 0.34% -
HSV(B) 71.51º 0.99% 0.68% -
XYZ 25.76 35.46 5.52 -
YUV 143.53 47.57 125.49 -
System Red Green Blue C M Y K H S L
Decimal 140 173 1 0.19 0 0.99 0.32 71.51 0.99 0.34
Hex 8C AD 1 13 0 63 20 48 63 22
Octal 214 255 1 23 0 143 40 110 143 42
Binary 10001100 10101101 1 10011 0 1100011 100000 1001000 1100011 100010

Color Harmonies of #8CAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD01

Black with #8CAD01

Text Example


Text Example

White with #8CAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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