Html Css Color HEX #9AC808 Citrus

📋 copy color: '#9AC808'

red 154 ◦ green 200 ◦ blue 8

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

Shades of Citrus #9AC808

Tints of Citrus #9AC808

RGB

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

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

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

R = 42.54%
G = 55.25%
B = 2.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#9AC808 (or 0x9AC808) is known color: Citrus. HEX triplet: 9A, C8 and 08. RGB value is (154,200,8). Sum of RGB (Red+Green+Blue) = 154+200+8=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC808 is #6537F7. Grayscale: #A5A5A5. Windows color (decimal): -6633464 or 575642. OLE color: 575642.

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

Color convert

RGB 154 200 8 -
CMYK 0.23 0 0.96 0.22
HSL 74.37º 0.92% 0.41% -
HSV(B) 74.37º 0.96% 0.78% -
XYZ 34.02 48.2 7.74 -
YUV 164.36 39.76 120.61 -
System Red Green Blue C M Y K H S L
Decimal 154 200 8 0.23 0 0.96 0.22 74.37 0.92 0.41
Hex 9A C8 8 17 0 60 16 4A 5C 29
Octal 232 310 10 27 0 140 26 112 134 51
Binary 10011010 11001000 1000 10111 0 1100000 10110 1001010 1011100 101001

Color Harmonies of #9AC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC808

Black with #9AC808

Text Example


Text Example

White with #9AC808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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