#AFE35D

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

Shades of Conifer #AFE35D

Tints of Conifer #AFE35D

Color information

#AFE35D (or 0xAFE35D) is unknown color: approx Conifer. HEX triplet: AF, E3 and 5D. RGB value is (175,227,93). Sum of RGB (Red+Green+Blue) = 175+227+93=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE35D is #501CA2. Grayscale: #C4C4C4. Windows color (decimal): -5250211 or 6153135. OLE color: 6153135.

HSL color Cylindrical-coordinate representation of color #AFE35D: hue angle of 83.28º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE35D is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB17522793-
CMYK0.2300.590.11
HSL83.28º70.53%62.75%-
HSV(B)83.28º59.03%89.02%-
XYZ47.1264.8420.39-
YUV196.1869.77112.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 227 (89.06% from 255) = 45.86%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=35.35%
G=45.86%
B=18.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175227930.2300.590.1183.2870.5362.75
HexAFE35D1703BB53473f
Octal257343135270731312310777
Binary10101111111000111011101101110111011101110100111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE35D; }

 p { color: rgb(175,227,93); }

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

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

 a { background-color: rgb(175,227,93); }

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

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

 span { border-color: rgb(175,227,93); }

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