Html Css Color HEX #8CAE0D Citrus

📋 copy color: '#8CAE0D'

red 140 ◦ green 174 ◦ blue 13

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

Shades of Citrus #8CAE0D

Tints of Citrus #8CAE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.21%

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

R = 42.81%
G = 53.21%
B = 3.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#8CAE0D (or 0x8CAE0D) is known color: Citrus. HEX triplet: 8C, AE and 0D. RGB value is (140,174,13). Sum of RGB (Red+Green+Blue) = 140+174+13=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAE0D is #7351F2. Grayscale: #929292. Windows color (decimal): -7557619 or 896652. OLE color: 896652.

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

Color convert

RGB 140 174 13 -
CMYK 0.20 0 0.93 0.32
HSL 72.67º 0.86% 0.37% -
HSV(B) 72.67º 0.93% 0.68% -
XYZ 26.02 35.88 5.93 -
YUV 145.48 53.24 124.09 -
System Red Green Blue C M Y K H S L
Decimal 140 174 13 0.20 0 0.93 0.32 72.67 0.86 0.37
Hex 8C AE D 14 0 5D 20 49 56 25
Octal 214 256 15 24 0 135 40 111 126 45
Binary 10001100 10101110 1101 10100 0 1011101 100000 1001001 1010110 100101

Color Harmonies of #8CAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAE0D

Black with #8CAE0D

Text Example


Text Example

White with #8CAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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