Html Css Color HEX #9FAE3C Celery

📋 copy color: '#9FAE3C'

red 159 ◦ green 174 ◦ blue 60

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

Shades of Celery #9FAE3C

Tints of Celery #9FAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.27%

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 40.46%
G = 44.27%
B = 15.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#9FAE3C (or 0x9FAE3C) is known color: Celery. HEX triplet: 9F, AE and 3C. RGB value is (159,174,60). Sum of RGB (Red+Green+Blue) = 159+174+60=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAE3C is #6051C3. Grayscale: #9C9C9C. Windows color (decimal): -6312388 or 3976863. OLE color: 3976863.

HSL color Cylindrical-coordinate representation of color #9FAE3C: hue angle of 67.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FAE3C is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 174 60 -
CMYK 0.09 0 0.66 0.32
HSL 67.89º 0.49% 0.46% -
HSV(B) 67.89º 0.66% 0.68% -
XYZ 30.25 37.97 10.01 -
YUV 156.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 159 174 60 0.09 0 0.66 0.32 67.89 0.49 0.46
Hex 9F AE 3C 9 0 42 20 44 31 2E
Octal 237 256 74 11 0 102 40 104 61 56
Binary 10011111 10101110 111100 1001 0 1000010 100000 1000100 110001 101110

Color Harmonies of #9FAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAE3C

Black with #9FAE3C

Text Example


Text Example

White with #9FAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,60); }

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

background-color css

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

 a { background-color: rgb(159,174,60); }

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

border-color css

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

 span { border-color: rgb(159,174,60); }

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