Html Css Color HEX #9FB14A Celery

📋 copy color: '#9FB14A'

red 159 ◦ green 177 ◦ blue 74

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

Shades of Celery #9FB14A

Tints of Celery #9FB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 38.78%
G = 43.17%
B = 18.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#9FB14A (or 0x9FB14A) is known color: Celery. HEX triplet: 9F, B1 and 4A. RGB value is (159,177,74). Sum of RGB (Red+Green+Blue) = 159+177+74=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB14A is #604EB5. Grayscale: #A0A0A0. Windows color (decimal): -6311606 or 4895135. OLE color: 4895135.

HSL color Cylindrical-coordinate representation of color #9FB14A: hue angle of 70.49º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FB14A is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 74 -
CMYK 0.10 0 0.58 0.31
HSL 70.49º 0.41% 0.49% -
HSV(B) 70.49º 0.58% 0.69% -
XYZ 31.26 39.31 12.42 -
YUV 159.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 159 177 74 0.10 0 0.58 0.31 70.49 0.41 0.49
Hex 9F B1 4A A 0 3A 1F 46 29 31
Octal 237 261 112 12 0 72 37 106 51 61
Binary 10011111 10110001 1001010 1010 0 111010 11111 1000110 101001 110001

Color Harmonies of #9FB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB14A

Black with #9FB14A

Text Example


Text Example

White with #9FB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,177,74); }

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

background-color css

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

 a { background-color: rgb(159,177,74); }

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

border-color css

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

 span { border-color: rgb(159,177,74); }

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