Html Css Color HEX #A8F349 Conifer

📋 copy color: '#A8F349'

red 168 ◦ green 243 ◦ blue 73

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

Shades of Conifer #A8F349

Tints of Conifer #A8F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

 BLUE value IS 73 (28.91% from 255) = 15.08%

R = 34.71%
G = 50.21%
B = 15.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#A8F349 (or 0xA8F349) is known color: Conifer. HEX triplet: A8, F3 and 49. RGB value is (168,243,73). Sum of RGB (Red+Green+Blue) = 168+243+73=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F349 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F349 is #570CB6. Grayscale: #C9C9C9. Windows color (decimal): -5704887 or 4846504. OLE color: 4846504.

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

Color convert

RGB 168 243 73 -
CMYK 0.31 0 0.70 0.05
HSL 86.47º 0.88% 0.62% -
HSV(B) 86.47º 0.7% 0.95% -
XYZ 49.4 72.91 17.77 -
YUV 201.2 55.65 104.32 -
System Red Green Blue C M Y K H S L
Decimal 168 243 73 0.31 0 0.70 0.05 86.47 0.88 0.62
Hex A8 F3 49 1F 0 46 5 56 58 3E
Octal 250 363 111 37 0 106 5 126 130 76
Binary 10101000 11110011 1001001 11111 0 1000110 101 1010110 1011000 111110

Color Harmonies of #A8F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F349

Black with #A8F349

Text Example


Text Example

White with #A8F349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F349; }

 p { color: rgb(168,243,73); }

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

background-color css

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

 a { background-color: rgb(168,243,73); }

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

border-color css

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

 span { border-color: rgb(168,243,73); }

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