Html Css Color HEX #A9F146 Conifer

📋 copy color: '#A9F146'

red 169 ◦ green 241 ◦ blue 70

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

Shades of Conifer #A9F146

Tints of Conifer #A9F146

RGB

 RED value IS 169 (66.41% from 255) = 35.21%

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

 BLUE value IS 70 (27.73% from 255) = 14.58%

R = 35.21%
G = 50.21%
B = 14.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#A9F146 (or 0xA9F146) is known color: Conifer. HEX triplet: A9, F1 and 46. RGB value is (169,241,70). Sum of RGB (Red+Green+Blue) = 169+241+70=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9F146 is #560EB9. Grayscale: #C8C8C8. Windows color (decimal): -5639866 or 4649385. OLE color: 4649385.

HSL color Cylindrical-coordinate representation of color #A9F146: hue angle of 85.26º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9F146 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 241 70 -
CMYK 0.30 0 0.71 0.05
HSL 85.26º 0.86% 0.61% -
HSV(B) 85.26º 0.71% 0.95% -
XYZ 48.92 71.79 17.07 -
YUV 199.98 54.65 105.9 -
System Red Green Blue C M Y K H S L
Decimal 169 241 70 0.30 0 0.71 0.05 85.26 0.86 0.61
Hex A9 F1 46 1E 0 47 5 55 56 3D
Octal 251 361 106 36 0 107 5 125 126 75
Binary 10101001 11110001 1000110 11110 0 1000111 101 1010101 1010110 111101

Color Harmonies of #A9F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F146

Black with #A9F146

Text Example


Text Example

White with #A9F146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F146; }

 p { color: rgb(169,241,70); }

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

background-color css

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

 a { background-color: rgb(169,241,70); }

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

border-color css

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

 span { border-color: rgb(169,241,70); }

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