Html Css Color HEX #A8F350 Conifer

📋 copy color: '#A8F350'

red 168 ◦ green 243 ◦ blue 80

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

Shades of Conifer #A8F350

Tints of Conifer #A8F350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.29%

R = 34.22%
G = 49.49%
B = 16.29%

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

#A8F350 (or 0xA8F350) is known color: Conifer. HEX triplet: A8, F3 and 50. RGB value is (168,243,80). Sum of RGB (Red+Green+Blue) = 168+243+80=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F350 is #570CAF. Grayscale: #CACACA. Windows color (decimal): -5704880 or 5305256. OLE color: 5305256.

HSL color Cylindrical-coordinate representation of color #A8F350: hue angle of 87.61º 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 #A8F350 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 80 -
CMYK 0.31 0 0.67 0.05
HSL 87.61º 0.87% 0.63% -
HSV(B) 87.61º 0.67% 0.95% -
XYZ 49.65 73.01 19.06 -
YUV 201.99 59.15 103.75 -
System Red Green Blue C M Y K H S L
Decimal 168 243 80 0.31 0 0.67 0.05 87.61 0.87 0.63
Hex A8 F3 50 1F 0 43 5 58 57 3F
Octal 250 363 120 37 0 103 5 130 127 77
Binary 10101000 11110011 1010000 11111 0 1000011 101 1011000 1010111 111111

Color Harmonies of #A8F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F350

Black with #A8F350

Text Example


Text Example

White with #A8F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F350; }

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

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

background-color css

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

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

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

border-color css

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

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

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