Html Css Color HEX #A4F161 Conifer

📋 copy color: '#A4F161'

red 164 ◦ green 241 ◦ blue 97

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

Shades of Conifer #A4F161

Tints of Conifer #A4F161

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.01%

 BLUE value IS 97 (38.28% from 255) = 19.32%

R = 32.67%
G = 48.01%
B = 19.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#A4F161 (or 0xA4F161) is known color: Conifer. HEX triplet: A4, F1 and 61. RGB value is (164,241,97). Sum of RGB (Red+Green+Blue) = 164+241+97=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F161 is #5B0E9E. Grayscale: #CACACA. Windows color (decimal): -5967519 or 6418852. OLE color: 6418852.

HSL color Cylindrical-coordinate representation of color #A4F161: hue angle of 92.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4F161 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 241 97 -
CMYK 0.32 0 0.60 0.05
HSL 92.08º 0.84% 0.66% -
HSV(B) 92.08º 0.6% 0.95% -
XYZ 48.92 71.67 22.56 -
YUV 201.56 68.99 101.21 -
System Red Green Blue C M Y K H S L
Decimal 164 241 97 0.32 0 0.60 0.05 92.08 0.84 0.66
Hex A4 F1 61 20 0 3C 5 5C 54 42
Octal 244 361 141 40 0 74 5 134 124 102
Binary 10100100 11110001 1100001 100000 0 111100 101 1011100 1010100 1000010

Color Harmonies of #A4F161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F161

Black with #A4F161

Text Example


Text Example

White with #A4F161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F161; }

 p { color: rgb(164,241,97); }

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

background-color css

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

 a { background-color: rgb(164,241,97); }

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

border-color css

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

 span { border-color: rgb(164,241,97); }

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