Html Css Color HEX #8DA226 Citron

📋 copy color: '#8DA226'

red 141 ◦ green 162 ◦ blue 38

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

Shades of Citron #8DA226

Tints of Citron #8DA226

RGB

 RED value IS 141 (55.47% from 255) = 41.35%

 GREEN value IS 162 (63.67% from 255) = 47.51%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 41.35%
G = 47.51%
B = 11.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#8DA226 (or 0x8DA226) is known color: Citron. HEX triplet: 8D, A2 and 26. RGB value is (141,162,38). Sum of RGB (Red+Green+Blue) = 141+162+38=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA226 is #725DD9. Grayscale: #8E8E8E. Windows color (decimal): -7495130 or 2531981. OLE color: 2531981.

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

Color convert

RGB 141 162 38 -
CMYK 0.13 0 0.77 0.36
HSL 70.16º 0.62% 0.39% -
HSV(B) 70.16º 0.77% 0.64% -
XYZ 24.25 31.64 6.66 -
YUV 141.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 141 162 38 0.13 0 0.77 0.36 70.16 0.62 0.39
Hex 8D A2 26 D 0 4D 24 46 3E 27
Octal 215 242 46 15 0 115 44 106 76 47
Binary 10001101 10100010 100110 1101 0 1001101 100100 1000110 111110 100111

Color Harmonies of #8DA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA226

Black with #8DA226

Text Example


Text Example

White with #8DA226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,38); }

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

background-color css

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

 a { background-color: rgb(141,162,38); }

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

border-color css

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

 span { border-color: rgb(141,162,38); }

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