Html Css Color HEX #5F9B4A Apple

📋 copy color: '#5F9B4A'

red 95 ◦ green 155 ◦ blue 74

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

Shades of Apple #5F9B4A

Tints of Apple #5F9B4A

RGB

 RED value IS 95 (37.5% from 255) = 29.32%

 GREEN value IS 155 (60.94% from 255) = 47.84%

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

R = 29.32%
G = 47.84%
B = 22.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#5F9B4A (or 0x5F9B4A) is known color: Apple. HEX triplet: 5F, 9B and 4A. RGB value is (95,155,74). Sum of RGB (Red+Green+Blue) = 95+155+74=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B4A is #A064B5. Grayscale: #808080. Windows color (decimal): -10511542 or 4889439. OLE color: 4889439.

HSL color Cylindrical-coordinate representation of color #5F9B4A: hue angle of 104.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F9B4A is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 155 74 -
CMYK 0.39 0 0.52 0.39
HSL 104.44º 0.35% 0.45% -
HSV(B) 104.44º 0.52% 0.61% -
XYZ 17.68 26.37 10.64 -
YUV 127.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 95 155 74 0.39 0 0.52 0.39 104.44 0.35 0.45
Hex 5F 9B 4A 27 0 34 27 68 23 2D
Octal 137 233 112 47 0 64 47 150 43 55
Binary 1011111 10011011 1001010 100111 0 110100 100111 1101000 100011 101101

Color Harmonies of #5F9B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9B4A

Black with #5F9B4A

Text Example


Text Example

White with #5F9B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9B4A; }

 p { color: rgb(95,155,74); }

 H1.HeaderClassName
 {
   color: #5F9B4A;
 }
 .AnyTagClassName
 {
   color: #5F9B4A;
 }
</style>

background-color css

<style>
 a { background-color: #5F9B4A; }

 a { background-color: rgb(95,155,74); }

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

border-color css

<style>
 span { border-color: #5F9B4A; }

 span { border-color: rgb(95,155,74); }

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