Html Css Color HEX #A8F44D Conifer

📋 copy color: '#A8F44D'

red 168 ◦ green 244 ◦ blue 77

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

Shades of Conifer #A8F44D

Tints of Conifer #A8F44D

RGB

 RED value IS 168 (66.02% from 255) = 34.36%

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

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

R = 34.36%
G = 49.9%
B = 15.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#A8F44D (or 0xA8F44D) is known color: Conifer. HEX triplet: A8, F4 and 4D. RGB value is (168,244,77). Sum of RGB (Red+Green+Blue) = 168+244+77=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F44D is #570BB2. Grayscale: #CACACA. Windows color (decimal): -5704627 or 5108904. OLE color: 5108904.

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

Color convert

RGB 168 244 77 -
CMYK 0.31 0 0.68 0.04
HSL 87.31º 0.88% 0.63% -
HSV(B) 87.31º 0.68% 0.96% -
XYZ 49.84 73.56 18.59 -
YUV 202.24 57.32 103.58 -
System Red Green Blue C M Y K H S L
Decimal 168 244 77 0.31 0 0.68 0.04 87.31 0.88 0.63
Hex A8 F4 4D 1F 0 44 4 57 58 3F
Octal 250 364 115 37 0 104 4 127 130 77
Binary 10101000 11110100 1001101 11111 0 1000100 100 1010111 1011000 111111

Color Harmonies of #A8F44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F44D

Black with #A8F44D

Text Example


Text Example

White with #A8F44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F44D; }

 p { color: rgb(168,244,77); }

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

background-color css

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

 a { background-color: rgb(168,244,77); }

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

border-color css

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

 span { border-color: rgb(168,244,77); }

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