Html Css Color HEX #9ACD08 Citrus

📋 copy color: '#9ACD08'

red 154 ◦ green 205 ◦ blue 8

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

Shades of Citrus #9ACD08

Tints of Citrus #9ACD08

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.86%

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

R = 41.96%
G = 55.86%
B = 2.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#9ACD08 (or 0x9ACD08) is known color: Citrus. HEX triplet: 9A, CD and 08. RGB value is (154,205,8). Sum of RGB (Red+Green+Blue) = 154+205+8=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACD08 is #6532F7. Grayscale: #A8A8A8. Windows color (decimal): -6632184 or 576922. OLE color: 576922.

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

Color convert

RGB 154 205 8 -
CMYK 0.25 0 0.96 0.20
HSL 75.53º 0.92% 0.42% -
HSV(B) 75.53º 0.96% 0.8% -
XYZ 35.2 50.55 8.13 -
YUV 167.29 38.1 118.52 -
System Red Green Blue C M Y K H S L
Decimal 154 205 8 0.25 0 0.96 0.20 75.53 0.92 0.42
Hex 9A CD 8 19 0 60 14 4C 5C 2A
Octal 232 315 10 31 0 140 24 114 134 52
Binary 10011010 11001101 1000 11001 0 1100000 10100 1001100 1011100 101010

Color Harmonies of #9ACD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD08

Black with #9ACD08

Text Example


Text Example

White with #9ACD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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