Html Css Color HEX #8AC90A Citrus

📋 copy color: '#8AC90A'

red 138 ◦ green 201 ◦ blue 10

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

Shades of Citrus #8AC90A

Tints of Citrus #8AC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.59%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 39.54%
G = 57.59%
B = 2.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#8AC90A (or 0x8AC90A) is known color: Citrus. HEX triplet: 8A, C9 and 0A. RGB value is (138,201,10). Sum of RGB (Red+Green+Blue) = 138+201+10=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC90A is #7536F5. Grayscale: #A1A1A1. Windows color (decimal): -7681782 or 706954. OLE color: 706954.

HSL color Cylindrical-coordinate representation of color #8AC90A: hue angle of 79.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AC90A is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 10 -
CMYK 0.31 0 0.95 0.21
HSL 79.79º 0.91% 0.41% -
HSV(B) 79.79º 0.95% 0.79% -
XYZ 31.42 47.2 7.74 -
YUV 160.39 43.13 112.03 -
System Red Green Blue C M Y K H S L
Decimal 138 201 10 0.31 0 0.95 0.21 79.79 0.91 0.41
Hex 8A C9 A 1F 0 5F 15 50 5B 29
Octal 212 311 12 37 0 137 25 120 133 51
Binary 10001010 11001001 1010 11111 0 1011111 10101 1010000 1011011 101001

Color Harmonies of #8AC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC90A

Black with #8AC90A

Text Example


Text Example

White with #8AC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,201,10); }

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

background-color css

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

 a { background-color: rgb(138,201,10); }

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

border-color css

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

 span { border-color: rgb(138,201,10); }

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