Html Css Color HEX #A8F35E Conifer

📋 copy color: '#A8F35E'

red 168 ◦ green 243 ◦ blue 94

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

Shades of Conifer #A8F35E

Tints of Conifer #A8F35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.61%

R = 33.27%
G = 48.12%
B = 18.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#A8F35E (or 0xA8F35E) is known color: Conifer. HEX triplet: A8, F3 and 5E. RGB value is (168,243,94). Sum of RGB (Red+Green+Blue) = 168+243+94=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F35E is #570CA1. Grayscale: #CCCCCC. Windows color (decimal): -5704866 or 6222760. OLE color: 6222760.

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

Color convert

RGB 168 243 94 -
CMYK 0.31 0 0.61 0.05
HSL 90.2º 0.86% 0.66% -
HSV(B) 90.2º 0.61% 0.95% -
XYZ 50.22 73.23 22.08 -
YUV 203.59 66.15 102.62 -
System Red Green Blue C M Y K H S L
Decimal 168 243 94 0.31 0 0.61 0.05 90.2 0.86 0.66
Hex A8 F3 5E 1F 0 3D 5 5A 56 42
Octal 250 363 136 37 0 75 5 132 126 102
Binary 10101000 11110011 1011110 11111 0 111101 101 1011010 1010110 1000010

Color Harmonies of #A8F35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F35E

Black with #A8F35E

Text Example


Text Example

White with #A8F35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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