Html Css Color HEX #A8F34F Conifer

📋 copy color: '#A8F34F'

red 168 ◦ green 243 ◦ blue 79

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

Shades of Conifer #A8F34F

Tints of Conifer #A8F34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.12%

R = 34.29%
G = 49.59%
B = 16.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#A8F34F (or 0xA8F34F) is known color: Conifer. HEX triplet: A8, F3 and 4F. RGB value is (168,243,79). Sum of RGB (Red+Green+Blue) = 168+243+79=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F34F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F34F is #570CB0. Grayscale: #CACACA. Windows color (decimal): -5704881 or 5239720. OLE color: 5239720.

HSL color Cylindrical-coordinate representation of color #A8F34F: hue angle of 87.44º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8F34F is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 79 -
CMYK 0.31 0 0.67 0.05
HSL 87.44º 0.87% 0.63% -
HSV(B) 87.44º 0.67% 0.95% -
XYZ 49.61 72.99 18.87 -
YUV 201.88 58.65 103.84 -
System Red Green Blue C M Y K H S L
Decimal 168 243 79 0.31 0 0.67 0.05 87.44 0.87 0.63
Hex A8 F3 4F 1F 0 43 5 57 57 3F
Octal 250 363 117 37 0 103 5 127 127 77
Binary 10101000 11110011 1001111 11111 0 1000011 101 1010111 1010111 111111

Color Harmonies of #A8F34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F34F

Black with #A8F34F

Text Example


Text Example

White with #A8F34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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