Html Css Color HEX #8AC20D Citrus

📋 copy color: '#8AC20D'

red 138 ◦ green 194 ◦ blue 13

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

Shades of Citrus #8AC20D

Tints of Citrus #8AC20D

RGB

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

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

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

R = 40%
G = 56.23%
B = 3.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#8AC20D (or 0x8AC20D) is known color: Citrus. HEX triplet: 8A, C2 and 0D. RGB value is (138,194,13). Sum of RGB (Red+Green+Blue) = 138+194+13=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC20D is #753DF2. Grayscale: #9D9D9D. Windows color (decimal): -7683571 or 901770. OLE color: 901770.

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

Color convert

RGB 138 194 13 -
CMYK 0.29 0 0.93 0.24
HSL 78.56º 0.87% 0.41% -
HSV(B) 78.56º 0.93% 0.76% -
XYZ 29.85 44.02 7.3 -
YUV 156.62 46.95 114.72 -
System Red Green Blue C M Y K H S L
Decimal 138 194 13 0.29 0 0.93 0.24 78.56 0.87 0.41
Hex 8A C2 D 1D 0 5D 18 4F 57 29
Octal 212 302 15 35 0 135 30 117 127 51
Binary 10001010 11000010 1101 11101 0 1011101 11000 1001111 1010111 101001

Color Harmonies of #8AC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC20D

Black with #8AC20D

Text Example


Text Example

White with #8AC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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