Html Css Color HEX #AFD14A Conifer

📋 copy color: '#AFD14A'

red 175 ◦ green 209 ◦ blue 74

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

Shades of Conifer #AFD14A

Tints of Conifer #AFD14A

RGB

 RED value IS 175 (68.75% from 255) = 38.21%

 GREEN value IS 209 (82.03% from 255) = 45.63%

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 38.21%
G = 45.63%
B = 16.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#AFD14A (or 0xAFD14A) is known color: Conifer. HEX triplet: AF, D1 and 4A. RGB value is (175,209,74). Sum of RGB (Red+Green+Blue) = 175+209+74=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD14A is #502EB5. Grayscale: #B7B7B7. Windows color (decimal): -5254838 or 4903343. OLE color: 4903343.

HSL color Cylindrical-coordinate representation of color #AFD14A: hue angle of 75.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFD14A is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 74 -
CMYK 0.16 0 0.65 0.18
HSL 75.11º 0.59% 0.55% -
HSV(B) 75.11º 0.65% 0.82% -
XYZ 41.72 55.21 14.94 -
YUV 183.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 175 209 74 0.16 0 0.65 0.18 75.11 0.59 0.55
Hex AF D1 4A 10 0 41 12 4B 3B 37
Octal 257 321 112 20 0 101 22 113 73 67
Binary 10101111 11010001 1001010 10000 0 1000001 10010 1001011 111011 110111

Color Harmonies of #AFD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD14A

Black with #AFD14A

Text Example


Text Example

White with #AFD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD14A; }

 p { color: rgb(175,209,74); }

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

background-color css

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

 a { background-color: rgb(175,209,74); }

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

border-color css

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

 span { border-color: rgb(175,209,74); }

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