#AFDC3D

Color #AFDC3D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFDC3D

Tints of Conifer #AFDC3D

Color information

#AFDC3D (or 0xAFDC3D) is unknown color: approx Conifer. HEX triplet: AF, DC and 3D. RGB value is (175,220,61). Sum of RGB (Red+Green+Blue) = 175+220+61=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC3D is #5023C2. Grayscale: #BDBDBD. Windows color (decimal): -5252035 or 4054191. OLE color: 4054191.

HSL color Cylindrical-coordinate representation of color #AFDC3D: hue angle of 76.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFDC3D is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB17522061-
CMYK0.2000.720.14
HSL76.98º69.43%55.1%-
HSV(B)76.98º72.27%86.27%-
XYZ44.1160.6413.79-
YUV188.4256.09118.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 220 (86.33% from 255) = 48.25%
BLUE value IS 61 (24.22% from 255) = 13.38%
R=38.38%
G=48.25%
B=13.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175220610.2000.720.1476.9869.4355.1
HexAFDC3D14048E4d4537
Octal257334752401101611510567
Binary10101111110111001111011010001001000111010011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC3D; }

 p { color: rgb(175,220,61); }

 H1.HeaderClassName
 {
   color: #AFDC3D;
 }
 .AnyTagClassName
 {
   color: #AFDC3D;
 }
</style>
background-color css

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

 a { background-color: rgb(175,220,61); }

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

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

 span { border-color: rgb(175,220,61); }

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