Html Css Color HEX #AFDD6E Conifer

📋 copy color: '#AFDD6E'

red 175 ◦ green 221 ◦ blue 110

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

Shades of Conifer #AFDD6E

Tints of Conifer #AFDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 34.58%
G = 43.68%
B = 21.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#AFDD6E (or 0xAFDD6E) is known color: Conifer. HEX triplet: AF, DD and 6E. RGB value is (175,221,110). Sum of RGB (Red+Green+Blue) = 175+221+110=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD6E is #502291. Grayscale: #C2C2C2. Windows color (decimal): -5251730 or 7265711. OLE color: 7265711.

HSL color Cylindrical-coordinate representation of color #AFDD6E: hue angle of 84.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDD6E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 110 -
CMYK 0.21 0 0.50 0.13
HSL 84.86º 0.62% 0.65% -
HSV(B) 84.86º 0.5% 0.87% -
XYZ 46.35 61.95 24.27 -
YUV 194.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 175 221 110 0.21 0 0.50 0.13 84.86 0.62 0.65
Hex AF DD 6E 15 0 32 D 55 3E 41
Octal 257 335 156 25 0 62 15 125 76 101
Binary 10101111 11011101 1101110 10101 0 110010 1101 1010101 111110 1000001

Color Harmonies of #AFDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD6E

Black with #AFDD6E

Text Example


Text Example

White with #AFDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD6E; }

 p { color: rgb(175,221,110); }

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

background-color css

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

 a { background-color: rgb(175,221,110); }

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

border-color css

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

 span { border-color: rgb(175,221,110); }

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