Html Css Color HEX #9AC00F Citrus

📋 copy color: '#9AC00F'

red 154 ◦ green 192 ◦ blue 15

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

Shades of Citrus #9AC00F

Tints of Citrus #9AC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 42.66%
G = 53.19%
B = 4.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#9AC00F (or 0x9AC00F) is known color: Citrus. HEX triplet: 9A, C0 and 0F. RGB value is (154,192,15). Sum of RGB (Red+Green+Blue) = 154+192+15=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC00F is #653FF0. Grayscale: #A1A1A1. Windows color (decimal): -6635505 or 1032346. OLE color: 1032346.

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

Color convert

RGB 154 192 15 -
CMYK 0.20 0 0.92 0.25
HSL 72.88º 0.86% 0.41% -
HSV(B) 72.88º 0.92% 0.75% -
XYZ 32.26 44.6 7.36 -
YUV 160.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 154 192 15 0.20 0 0.92 0.25 72.88 0.86 0.41
Hex 9A C0 F 14 0 5C 19 49 56 29
Octal 232 300 17 24 0 134 31 111 126 51
Binary 10011010 11000000 1111 10100 0 1011100 11001 1001001 1010110 101001

Color Harmonies of #9AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC00F

Black with #9AC00F

Text Example


Text Example

White with #9AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,15); }

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

background-color css

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

 a { background-color: rgb(154,192,15); }

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

border-color css

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

 span { border-color: rgb(154,192,15); }

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