Html Css Color HEX #AFF667 Conifer

📋 copy color: '#AFF667'

red 175 ◦ green 246 ◦ blue 103

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

Shades of Conifer #AFF667

Tints of Conifer #AFF667

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.95%

 BLUE value IS 103 (40.63% from 255) = 19.66%

R = 33.4%
G = 46.95%
B = 19.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#AFF667 (or 0xAFF667) is known color: Conifer. HEX triplet: AF, F6 and 67. RGB value is (175,246,103). Sum of RGB (Red+Green+Blue) = 175+246+103=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF667 is #500998. Grayscale: #D0D0D0. Windows color (decimal): -5245337 or 6813359. OLE color: 6813359.

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

Color convert

RGB 175 246 103 -
CMYK 0.29 0 0.58 0.04
HSL 89.79º 0.89% 0.68% -
HSV(B) 89.79º 0.58% 0.96% -
XYZ 53.08 76 24.7 -
YUV 208.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 175 246 103 0.29 0 0.58 0.04 89.79 0.89 0.68
Hex AF F6 67 1D 0 3A 4 5A 59 44
Octal 257 366 147 35 0 72 4 132 131 104
Binary 10101111 11110110 1100111 11101 0 111010 100 1011010 1011001 1000100

Color Harmonies of #AFF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF667

Black with #AFF667

Text Example


Text Example

White with #AFF667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF667; }

 p { color: rgb(175,246,103); }

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

background-color css

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

 a { background-color: rgb(175,246,103); }

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

border-color css

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

 span { border-color: rgb(175,246,103); }

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