Html Css Color HEX #A8F44A Conifer

📋 copy color: '#A8F44A'

red 168 ◦ green 244 ◦ blue 74

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

Shades of Conifer #A8F44A

Tints of Conifer #A8F44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.23%

R = 34.57%
G = 50.21%
B = 15.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#A8F44A (or 0xA8F44A) is known color: Conifer. HEX triplet: A8, F4 and 4A. RGB value is (168,244,74). Sum of RGB (Red+Green+Blue) = 168+244+74=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F44A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F44A is #570BB5. Grayscale: #CACACA. Windows color (decimal): -5704630 or 4912296. OLE color: 4912296.

HSL color Cylindrical-coordinate representation of color #A8F44A: hue angle of 86.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F44A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 74 -
CMYK 0.31 0 0.70 0.04
HSL 86.82º 0.89% 0.62% -
HSV(B) 86.82º 0.7% 0.96% -
XYZ 49.74 73.52 18.05 -
YUV 201.9 55.82 103.82 -
System Red Green Blue C M Y K H S L
Decimal 168 244 74 0.31 0 0.70 0.04 86.82 0.89 0.62
Hex A8 F4 4A 1F 0 46 4 57 59 3E
Octal 250 364 112 37 0 106 4 127 131 76
Binary 10101000 11110100 1001010 11111 0 1000110 100 1010111 1011001 111110

Color Harmonies of #A8F44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F44A

Black with #A8F44A

Text Example


Text Example

White with #A8F44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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