Html Css Color HEX #9AC208 Citrus

📋 copy color: '#9AC208'

red 154 ◦ green 194 ◦ blue 8

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

Shades of Citrus #9AC208

Tints of Citrus #9AC208

RGB

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

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

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

R = 43.26%
G = 54.49%
B = 2.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#9AC208 (or 0x9AC208) is known color: Citrus. HEX triplet: 9A, C2 and 08. RGB value is (154,194,8). Sum of RGB (Red+Green+Blue) = 154+194+8=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC208 is #653DF7. Grayscale: #A1A1A1. Windows color (decimal): -6635000 or 574106. OLE color: 574106.

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

Color convert

RGB 154 194 8 -
CMYK 0.21 0 0.96 0.24
HSL 72.9º 0.92% 0.4% -
HSV(B) 72.9º 0.96% 0.76% -
XYZ 32.66 45.47 7.29 -
YUV 160.84 41.75 123.12 -
System Red Green Blue C M Y K H S L
Decimal 154 194 8 0.21 0 0.96 0.24 72.9 0.92 0.4
Hex 9A C2 8 15 0 60 18 49 5C 28
Octal 232 302 10 25 0 140 30 111 134 50
Binary 10011010 11000010 1000 10101 0 1100000 11000 1001001 1011100 101000

Color Harmonies of #9AC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC208

Black with #9AC208

Text Example


Text Example

White with #9AC208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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