Html Css Color HEX #9BC30F Citrus

📋 copy color: '#9BC30F'

red 155 ◦ green 195 ◦ blue 15

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

Shades of Citrus #9BC30F

Tints of Citrus #9BC30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

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

R = 42.47%
G = 53.42%
B = 4.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#9BC30F (or 0x9BC30F) is known color: Citrus. HEX triplet: 9B, C3 and 0F. RGB value is (155,195,15). Sum of RGB (Red+Green+Blue) = 155+195+15=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC30F is #643CF0. Grayscale: #A3A3A3. Windows color (decimal): -6569201 or 1033115. OLE color: 1033115.

HSL color Cylindrical-coordinate representation of color #9BC30F: hue angle of 73.33º 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 #9BC30F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 15 -
CMYK 0.21 0 0.92 0.24
HSL 73.33º 0.86% 0.41% -
HSV(B) 73.33º 0.92% 0.76% -
XYZ 33.12 46.03 7.59 -
YUV 162.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 155 195 15 0.21 0 0.92 0.24 73.33 0.86 0.41
Hex 9B C3 F 15 0 5C 18 49 56 29
Octal 233 303 17 25 0 134 30 111 126 51
Binary 10011011 11000011 1111 10101 0 1011100 11000 1001001 1010110 101001

Color Harmonies of #9BC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC30F

Black with #9BC30F

Text Example


Text Example

White with #9BC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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