Html Css Color HEX #9ACC0B Citrus

📋 copy color: '#9ACC0B'

red 154 ◦ green 204 ◦ blue 11

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

Shades of Citrus #9ACC0B

Tints of Citrus #9ACC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.28%

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 41.73%
G = 55.28%
B = 2.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#9ACC0B (or 0x9ACC0B) is known color: Citrus. HEX triplet: 9A, CC and 0B. RGB value is (154,204,11). Sum of RGB (Red+Green+Blue) = 154+204+11=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACC0B is #6533F4. Grayscale: #A7A7A7. Windows color (decimal): -6632437 or 773274. OLE color: 773274.

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

Color convert

RGB 154 204 11 -
CMYK 0.25 0 0.95 0.2
HSL 75.54º 0.9% 0.42% -
HSV(B) 75.54º 0.95% 0.8% -
XYZ 34.98 50.08 8.14 -
YUV 167.05 39.94 118.69 -
System Red Green Blue C M Y K H S L
Decimal 154 204 11 0.25 0 0.95 0.2 75.54 0.9 0.42
Hex 9A CC B 19 0 5F 14 4C 5A 2A
Octal 232 314 13 31 0 137 24 114 132 52
Binary 10011010 11001100 1011 11001 0 1011111 10100 1001100 1011010 101010

Color Harmonies of #9ACC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC0B

Black with #9ACC0B

Text Example


Text Example

White with #9ACC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,11); }

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

background-color css

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

 a { background-color: rgb(154,204,11); }

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

border-color css

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

 span { border-color: rgb(154,204,11); }

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