Html Css Color HEX #9AC80A Citrus

📋 copy color: '#9AC80A'

red 154 ◦ green 200 ◦ blue 10

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

Shades of Citrus #9AC80A

Tints of Citrus #9AC80A

RGB

 RED value IS 154 (60.55% from 255) = 42.31%

 GREEN value IS 200 (78.52% from 255) = 54.95%

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

R = 42.31%
G = 54.95%
B = 2.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#9AC80A (or 0x9AC80A) is known color: Citrus. HEX triplet: 9A, C8 and 0A. RGB value is (154,200,10). Sum of RGB (Red+Green+Blue) = 154+200+10=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC80A is #6537F5. Grayscale: #A5A5A5. Windows color (decimal): -6633462 or 706714. OLE color: 706714.

HSL color Cylindrical-coordinate representation of color #9AC80A: hue angle of 74.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AC80A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 200 10 -
CMYK 0.23 0 0.95 0.22
HSL 74.53º 0.9% 0.41% -
HSV(B) 74.53º 0.95% 0.78% -
XYZ 34.04 48.2 7.8 -
YUV 164.59 40.76 120.45 -
System Red Green Blue C M Y K H S L
Decimal 154 200 10 0.23 0 0.95 0.22 74.53 0.9 0.41
Hex 9A C8 A 17 0 5F 16 4B 5A 29
Octal 232 310 12 27 0 137 26 113 132 51
Binary 10011010 11001000 1010 10111 0 1011111 10110 1001011 1011010 101001

Color Harmonies of #9AC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC80A

Black with #9AC80A

Text Example


Text Example

White with #9AC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AC80A; }

 p { color: rgb(154,200,10); }

 H1.HeaderClassName
 {
   color: #9AC80A;
 }
 .AnyTagClassName
 {
   color: #9AC80A;
 }
</style>

background-color css

<style>
 a { background-color: #9AC80A; }

 a { background-color: rgb(154,200,10); }

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

border-color css

<style>
 span { border-color: #9AC80A; }

 span { border-color: rgb(154,200,10); }

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