Html Css Color HEX #9BC10F Citrus

📋 copy color: '#9BC10F'

red 155 ◦ green 193 ◦ blue 15

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

Shades of Citrus #9BC10F

Tints of Citrus #9BC10F

RGB

 RED value IS 155 (60.94% from 255) = 42.7%

 GREEN value IS 193 (75.78% from 255) = 53.17%

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

R = 42.7%
G = 53.17%
B = 4.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#9BC10F (or 0x9BC10F) is known color: Citrus. HEX triplet: 9B, C1 and 0F. RGB value is (155,193,15). Sum of RGB (Red+Green+Blue) = 155+193+15=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC10F is #643EF0. Grayscale: #A2A2A2. Windows color (decimal): -6569713 or 1032603. OLE color: 1032603.

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

Color convert

RGB 155 193 15 -
CMYK 0.20 0 0.92 0.24
HSL 72.81º 0.86% 0.41% -
HSV(B) 72.81º 0.92% 0.76% -
XYZ 32.67 45.14 7.44 -
YUV 161.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 155 193 15 0.20 0 0.92 0.24 72.81 0.86 0.41
Hex 9B C1 F 14 0 5C 18 49 56 29
Octal 233 301 17 24 0 134 30 111 126 51
Binary 10011011 11000001 1111 10100 0 1011100 11000 1001001 1010110 101001

Color Harmonies of #9BC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC10F

Black with #9BC10F

Text Example


Text Example

White with #9BC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,15); }

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

background-color css

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

 a { background-color: rgb(155,193,15); }

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

border-color css

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

 span { border-color: rgb(155,193,15); }

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