Html Css Color HEX #8C9F25 Citron

📋 copy color: '#8C9F25'

red 140 ◦ green 159 ◦ blue 37

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

Shades of Citron #8C9F25

Tints of Citron #8C9F25

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 41.67%
G = 47.32%
B = 11.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#8C9F25 (or 0x8C9F25) is known color: Citron. HEX triplet: 8C, 9F and 25. RGB value is (140,159,37). Sum of RGB (Red+Green+Blue) = 140+159+37=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F25 is #7360DA. Grayscale: #8B8B8B. Windows color (decimal): -7561435 or 2465676. OLE color: 2465676.

HSL color Cylindrical-coordinate representation of color #8C9F25: hue angle of 69.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C9F25 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 37 -
CMYK 0.12 0 0.77 0.38
HSL 69.34º 0.62% 0.38% -
HSV(B) 69.34º 0.77% 0.62% -
XYZ 23.55 30.51 6.4 -
YUV 139.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 140 159 37 0.12 0 0.77 0.38 69.34 0.62 0.38
Hex 8C 9F 25 C 0 4D 26 45 3E 26
Octal 214 237 45 14 0 115 46 105 76 46
Binary 10001100 10011111 100101 1100 0 1001101 100110 1000101 111110 100110

Color Harmonies of #8C9F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F25

Black with #8C9F25

Text Example


Text Example

White with #8C9F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,37); }

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

background-color css

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

 a { background-color: rgb(140,159,37); }

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

border-color css

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

 span { border-color: rgb(140,159,37); }

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