Html Css Color HEX #9FC102 Citrus

📋 copy color: '#9FC102'

red 159 ◦ green 193 ◦ blue 2

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

Shades of Citrus #9FC102

Tints of Citrus #9FC102

RGB

 RED value IS 159 (62.5% from 255) = 44.92%

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 44.92%
G = 54.52%
B = 0.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9FC102 (or 0x9FC102) is known color: Citrus. HEX triplet: 9F, C1 and 02. RGB value is (159,193,2). Sum of RGB (Red+Green+Blue) = 159+193+2=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC102 is #603EFD. Grayscale: #A1A1A1. Windows color (decimal): -6307582 or 180639. OLE color: 180639.

HSL color Cylindrical-coordinate representation of color #9FC102: hue angle of 70.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC102 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 2 -
CMYK 0.18 0 0.99 0.24
HSL 70.68º 0.98% 0.38% -
HSV(B) 70.68º 0.99% 0.76% -
XYZ 33.38 45.52 7.08 -
YUV 161.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 159 193 2 0.18 0 0.99 0.24 70.68 0.98 0.38
Hex 9F C1 2 12 0 63 18 47 62 26
Octal 237 301 2 22 0 143 30 107 142 46
Binary 10011111 11000001 10 10010 0 1100011 11000 1000111 1100010 100110

Color Harmonies of #9FC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC102

Black with #9FC102

Text Example


Text Example

White with #9FC102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,2); }

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

background-color css

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

 a { background-color: rgb(159,193,2); }

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

border-color css

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

 span { border-color: rgb(159,193,2); }

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