Html Css Color HEX #A4F14D Conifer

📋 copy color: '#A4F14D'

red 164 ◦ green 241 ◦ blue 77

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

Shades of Conifer #A4F14D

Tints of Conifer #A4F14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 34.02%
G = 50%
B = 15.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#A4F14D (or 0xA4F14D) is known color: Conifer. HEX triplet: A4, F1 and 4D. RGB value is (164,241,77). Sum of RGB (Red+Green+Blue) = 164+241+77=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F14D is #5B0EB2. Grayscale: #C7C7C7. Windows color (decimal): -5967539 or 5108132. OLE color: 5108132.

HSL color Cylindrical-coordinate representation of color #A4F14D: hue angle of 88.17º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4F14D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 241 77 -
CMYK 0.32 0 0.68 0.05
HSL 88.17º 0.85% 0.62% -
HSV(B) 88.17º 0.68% 0.95% -
XYZ 48.1 71.34 18.26 -
YUV 199.28 58.99 102.84 -
System Red Green Blue C M Y K H S L
Decimal 164 241 77 0.32 0 0.68 0.05 88.17 0.85 0.62
Hex A4 F1 4D 20 0 44 5 58 55 3E
Octal 244 361 115 40 0 104 5 130 125 76
Binary 10100100 11110001 1001101 100000 0 1000100 101 1011000 1010101 111110

Color Harmonies of #A4F14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F14D

Black with #A4F14D

Text Example


Text Example

White with #A4F14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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