Html Css Color HEX #9AC90C Citrus

📋 copy color: '#9AC90C'

red 154 ◦ green 201 ◦ blue 12

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

Shades of Citrus #9AC90C

Tints of Citrus #9AC90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.27%

R = 41.96%
G = 54.77%
B = 3.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#9AC90C (or 0x9AC90C) is known color: Citrus. HEX triplet: 9A, C9 and 0C. RGB value is (154,201,12). Sum of RGB (Red+Green+Blue) = 154+201+12=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC90C is #6536F3. Grayscale: #A6A6A6. Windows color (decimal): -6633204 or 838042. OLE color: 838042.

HSL color Cylindrical-coordinate representation of color #9AC90C: hue angle of 74.92º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC90C is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 201 12 -
CMYK 0.23 0 0.94 0.21
HSL 74.92º 0.89% 0.42% -
HSV(B) 74.92º 0.94% 0.79% -
XYZ 34.28 48.67 7.94 -
YUV 165.4 41.43 119.87 -
System Red Green Blue C M Y K H S L
Decimal 154 201 12 0.23 0 0.94 0.21 74.92 0.89 0.42
Hex 9A C9 C 17 0 5E 15 4B 59 2A
Octal 232 311 14 27 0 136 25 113 131 52
Binary 10011010 11001001 1100 10111 0 1011110 10101 1001011 1011001 101010

Color Harmonies of #9AC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC90C

Black with #9AC90C

Text Example


Text Example

White with #9AC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,201,12); }

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

background-color css

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

 a { background-color: rgb(154,201,12); }

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

border-color css

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

 span { border-color: rgb(154,201,12); }

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