Html Css Color HEX #AFD444 Conifer

📋 copy color: '#AFD444'

red 175 ◦ green 212 ◦ blue 68

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

Shades of Conifer #AFD444

Tints of Conifer #AFD444

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 68 (26.95% from 255) = 14.95%

R = 38.46%
G = 46.59%
B = 14.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#AFD444 (or 0xAFD444) is known color: Conifer. HEX triplet: AF, D4 and 44. RGB value is (175,212,68). Sum of RGB (Red+Green+Blue) = 175+212+68=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD444 is #502BBB. Grayscale: #B9B9B9. Windows color (decimal): -5254076 or 4510895. OLE color: 4510895.

HSL color Cylindrical-coordinate representation of color #AFD444: hue angle of 75.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFD444 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 68 -
CMYK 0.17 0 0.68 0.17
HSL 75.42º 0.63% 0.55% -
HSV(B) 75.42º 0.68% 0.83% -
XYZ 42.27 56.62 14.17 -
YUV 184.52 62.24 121.21 -
System Red Green Blue C M Y K H S L
Decimal 175 212 68 0.17 0 0.68 0.17 75.42 0.63 0.55
Hex AF D4 44 11 0 44 11 4B 3F 37
Octal 257 324 104 21 0 104 21 113 77 67
Binary 10101111 11010100 1000100 10001 0 1000100 10001 1001011 111111 110111

Color Harmonies of #AFD444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD444

Black with #AFD444

Text Example


Text Example

White with #AFD444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD444; }

 p { color: rgb(175,212,68); }

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

background-color css

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

 a { background-color: rgb(175,212,68); }

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

border-color css

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

 span { border-color: rgb(175,212,68); }

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