Html Css Color HEX #A8FD61 Conifer

📋 copy color: '#A8FD61'

red 168 ◦ green 253 ◦ blue 97

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

Shades of Conifer #A8FD61

Tints of Conifer #A8FD61

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 97 (38.28% from 255) = 18.73%

R = 32.43%
G = 48.84%
B = 18.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#A8FD61 (or 0xA8FD61) is known color: Conifer. HEX triplet: A8, FD and 61. RGB value is (168,253,97). Sum of RGB (Red+Green+Blue) = 168+253+97=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD61 is #57029E. Grayscale: #D2D2D2. Windows color (decimal): -5702303 or 6421928. OLE color: 6421928.

HSL color Cylindrical-coordinate representation of color #A8FD61: hue angle of 92.69º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FD61 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 97 -
CMYK 0.34 0 0.62 0.01
HSL 92.69º 0.98% 0.69% -
HSV(B) 92.69º 0.62% 0.99% -
XYZ 53.43 79.44 23.83 -
YUV 209.8 64.34 98.18 -
System Red Green Blue C M Y K H S L
Decimal 168 253 97 0.34 0 0.62 0.01 92.69 0.98 0.69
Hex A8 FD 61 22 0 3E 1 5D 62 45
Octal 250 375 141 42 0 76 1 135 142 105
Binary 10101000 11111101 1100001 100010 0 111110 1 1011101 1100010 1000101

Color Harmonies of #A8FD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD61

Black with #A8FD61

Text Example


Text Example

White with #A8FD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD61; }

 p { color: rgb(168,253,97); }

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

background-color css

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

 a { background-color: rgb(168,253,97); }

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

border-color css

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

 span { border-color: rgb(168,253,97); }

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