Html Css Color HEX #A8F04E Conifer

📋 copy color: '#A8F04E'

red 168 ◦ green 240 ◦ blue 78

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

Shades of Conifer #A8F04E

Tints of Conifer #A8F04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.05%

R = 34.57%
G = 49.38%
B = 16.05%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#A8F04E (or 0xA8F04E) is known color: Conifer. HEX triplet: A8, F0 and 4E. RGB value is (168,240,78). Sum of RGB (Red+Green+Blue) = 168+240+78=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F04E is #570FB1. Grayscale: #C8C8C8. Windows color (decimal): -5705650 or 5173416. OLE color: 5173416.

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

Color convert

RGB 168 240 78 -
CMYK 0.3 0 0.68 0.06
HSL 86.67º 0.84% 0.62% -
HSV(B) 86.67º 0.68% 0.94% -
XYZ 48.68 71.2 18.38 -
YUV 200 59.15 105.17 -
System Red Green Blue C M Y K H S L
Decimal 168 240 78 0.3 0 0.68 0.06 86.67 0.84 0.62
Hex A8 F0 4E 1E 0 44 6 57 54 3E
Octal 250 360 116 36 0 104 6 127 124 76
Binary 10101000 11110000 1001110 11110 0 1000100 110 1010111 1010100 111110

Color Harmonies of #A8F04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F04E

Black with #A8F04E

Text Example


Text Example

White with #A8F04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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