Html Css Color HEX #A4F468 Conifer

📋 copy color: '#A4F468'

red 164 ◦ green 244 ◦ blue 104

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

Shades of Conifer #A4F468

Tints of Conifer #A4F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 32.03%
G = 47.66%
B = 20.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#A4F468 (or 0xA4F468) is known color: Conifer. HEX triplet: A4, F4 and 68. RGB value is (164,244,104). Sum of RGB (Red+Green+Blue) = 164+244+104=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F468 is #5B0B97. Grayscale: #CCCCCC. Windows color (decimal): -5966744 or 6878372. OLE color: 6878372.

HSL color Cylindrical-coordinate representation of color #A4F468: hue angle of 94.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4F468 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 244 104 -
CMYK 0.33 0 0.57 0.04
HSL 94.29º 0.86% 0.68% -
HSV(B) 94.29º 0.57% 0.96% -
XYZ 50.16 73.59 24.66 -
YUV 204.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 164 244 104 0.33 0 0.57 0.04 94.29 0.86 0.68
Hex A4 F4 68 21 0 39 4 5E 56 44
Octal 244 364 150 41 0 71 4 136 126 104
Binary 10100100 11110100 1101000 100001 0 111001 100 1011110 1010110 1000100

Color Harmonies of #A4F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F468

Black with #A4F468

Text Example


Text Example

White with #A4F468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F468; }

 p { color: rgb(164,244,104); }

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

background-color css

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

 a { background-color: rgb(164,244,104); }

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

border-color css

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

 span { border-color: rgb(164,244,104); }

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