Html Css Color HEX #AFF569 Conifer

📋 copy color: '#AFF569'

red 175 ◦ green 245 ◦ blue 105

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

Shades of Conifer #AFF569

Tints of Conifer #AFF569

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

 BLUE value IS 105 (41.41% from 255) = 20%

R = 33.33%
G = 46.67%
B = 20%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#AFF569 (or 0xAFF569) is known color: Conifer. HEX triplet: AF, F5 and 69. RGB value is (175,245,105). Sum of RGB (Red+Green+Blue) = 175+245+105=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF569 is #500A96. Grayscale: #D0D0D0. Windows color (decimal): -5245591 or 6944175. OLE color: 6944175.

HSL color Cylindrical-coordinate representation of color #AFF569: hue angle of 90º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF569 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 105 -
CMYK 0.29 0 0.57 0.04
HSL 90º 0.88% 0.69% -
HSV(B) 90º 0.57% 0.96% -
XYZ 52.88 75.44 25.14 -
YUV 208.11 69.81 104.38 -
System Red Green Blue C M Y K H S L
Decimal 175 245 105 0.29 0 0.57 0.04 90 0.88 0.69
Hex AF F5 69 1D 0 39 4 5A 58 45
Octal 257 365 151 35 0 71 4 132 130 105
Binary 10101111 11110101 1101001 11101 0 111001 100 1011010 1011000 1000101

Color Harmonies of #AFF569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF569

Black with #AFF569

Text Example


Text Example

White with #AFF569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF569; }

 p { color: rgb(175,245,105); }

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

background-color css

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

 a { background-color: rgb(175,245,105); }

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

border-color css

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

 span { border-color: rgb(175,245,105); }

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