Html Css Color HEX #A8F057 Conifer

📋 copy color: '#A8F057'

red 168 ◦ green 240 ◦ blue 87

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

Shades of Conifer #A8F057

Tints of Conifer #A8F057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 87 (34.38% from 255) = 17.58%

R = 33.94%
G = 48.48%
B = 17.58%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#A8F057 (or 0xA8F057) is known color: Conifer. HEX triplet: A8, F0 and 57. RGB value is (168,240,87). Sum of RGB (Red+Green+Blue) = 168+240+87=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F057 is #570FA8. Grayscale: #C9C9C9. Windows color (decimal): -5705641 or 5763240. OLE color: 5763240.

HSL color Cylindrical-coordinate representation of color #A8F057: hue angle of 88.24º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F057 is Cyan = 0.3, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 87 -
CMYK 0.3 0 0.64 0.06
HSL 88.24º 0.84% 0.64% -
HSV(B) 88.24º 0.64% 0.94% -
XYZ 49.03 71.33 20.2 -
YUV 201.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 168 240 87 0.3 0 0.64 0.06 88.24 0.84 0.64
Hex A8 F0 57 1E 0 40 6 58 54 40
Octal 250 360 127 36 0 100 6 130 124 100
Binary 10101000 11110000 1010111 11110 0 1000000 110 1011000 1010100 1000000

Color Harmonies of #A8F057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F057

Black with #A8F057

Text Example


Text Example

White with #A8F057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F057; }

 p { color: rgb(168,240,87); }

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

background-color css

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

 a { background-color: rgb(168,240,87); }

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

border-color css

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

 span { border-color: rgb(168,240,87); }

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