Html Css Color HEX #8AC210 Citrus

📋 copy color: '#8AC210'

red 138 ◦ green 194 ◦ blue 16

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

Shades of Citrus #8AC210

Tints of Citrus #8AC210

RGB

 RED value IS 138 (54.3% from 255) = 39.66%

 GREEN value IS 194 (76.17% from 255) = 55.75%

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

R = 39.66%
G = 55.75%
B = 4.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8AC210 (or 0x8AC210) is known color: Citrus. HEX triplet: 8A, C2 and 10. RGB value is (138,194,16). Sum of RGB (Red+Green+Blue) = 138+194+16=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC210 is #753DEF. Grayscale: #9D9D9D. Windows color (decimal): -7683568 or 1098378. OLE color: 1098378.

HSL color Cylindrical-coordinate representation of color #8AC210: hue angle of 78.88º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AC210 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 16 -
CMYK 0.29 0 0.92 0.24
HSL 78.88º 0.85% 0.41% -
HSV(B) 78.88º 0.92% 0.76% -
XYZ 29.87 44.02 7.41 -
YUV 156.96 48.45 114.47 -
System Red Green Blue C M Y K H S L
Decimal 138 194 16 0.29 0 0.92 0.24 78.88 0.85 0.41
Hex 8A C2 10 1D 0 5C 18 4F 55 29
Octal 212 302 20 35 0 134 30 117 125 51
Binary 10001010 11000010 10000 11101 0 1011100 11000 1001111 1010101 101001

Color Harmonies of #8AC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC210

Black with #8AC210

Text Example


Text Example

White with #8AC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,16); }

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

background-color css

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

 a { background-color: rgb(138,194,16); }

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

border-color css

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

 span { border-color: rgb(138,194,16); }

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