Html Css Color HEX #A4FF5D Conifer

📋 copy color: '#A4FF5D'

red 164 ◦ green 255 ◦ blue 93

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

Shades of Conifer #A4FF5D

Tints of Conifer #A4FF5D

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 32.03%
G = 49.8%
B = 18.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#A4FF5D (or 0xA4FF5D) is known color: Conifer. HEX triplet: A4, FF and 5D. RGB value is (164,255,93). Sum of RGB (Red+Green+Blue) = 164+255+93=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF5D is #5B00A2. Grayscale: #D1D1D1. Windows color (decimal): -5963939 or 6160292. OLE color: 6160292.

HSL color Cylindrical-coordinate representation of color #A4FF5D: hue angle of 93.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4FF5D is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 93 -
CMYK 0.36 0 0.64 0
HSL 93.7º 1% 0.68% -
HSV(B) 93.7º 0.64% 1% -
XYZ 53.05 80.2 23.04 -
YUV 209.32 62.35 95.67 -
System Red Green Blue C M Y K H S L
Decimal 164 255 93 0.36 0 0.64 0 93.7 1 0.68
Hex A4 FF 5D 24 0 40 0 5E 64 44
Octal 244 377 135 44 0 100 0 136 144 104
Binary 10100100 11111111 1011101 100100 0 1000000 0 1011110 1100100 1000100

Color Harmonies of #A4FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FF5D

Black with #A4FF5D

Text Example


Text Example

White with #A4FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FF5D; }

 p { color: rgb(164,255,93); }

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

background-color css

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

 a { background-color: rgb(164,255,93); }

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

border-color css

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

 span { border-color: rgb(164,255,93); }

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