Html Css Color HEX #9AC108 Citrus

📋 copy color: '#9AC108'

red 154 ◦ green 193 ◦ blue 8

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

Shades of Citrus #9AC108

Tints of Citrus #9AC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.37%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 43.38%
G = 54.37%
B = 2.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#9AC108 (or 0x9AC108) is known color: Citrus. HEX triplet: 9A, C1 and 08. RGB value is (154,193,8). Sum of RGB (Red+Green+Blue) = 154+193+8=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC108 is #653EF7. Grayscale: #A0A0A0. Windows color (decimal): -6635256 or 573850. OLE color: 573850.

HSL color Cylindrical-coordinate representation of color #9AC108: hue angle of 72.65º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AC108 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 193 8 -
CMYK 0.20 0 0.96 0.24
HSL 72.65º 0.92% 0.39% -
HSV(B) 72.65º 0.96% 0.76% -
XYZ 32.44 45.03 7.21 -
YUV 160.25 42.08 123.54 -
System Red Green Blue C M Y K H S L
Decimal 154 193 8 0.20 0 0.96 0.24 72.65 0.92 0.39
Hex 9A C1 8 14 0 60 18 49 5C 27
Octal 232 301 10 24 0 140 30 111 134 47
Binary 10011010 11000001 1000 10100 0 1100000 11000 1001001 1011100 100111

Color Harmonies of #9AC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC108

Black with #9AC108

Text Example


Text Example

White with #9AC108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,193,8); }

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

background-color css

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

 a { background-color: rgb(154,193,8); }

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

border-color css

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

 span { border-color: rgb(154,193,8); }

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